added arial_black and condensed fonts for the Primus 1000 PFD
[fg:toms-fgdata.git] / Aircraft / Instruments-3d / primus-1000 / primus1000-pfd-hotspots.xml
1 <!--
2 Syd Adams
3 Primus 1000 PFD  hotspots
4 -->
5
6 <PropertyList>
7
8     <name>PFD hotspots</name>
9     <w-base>180</w-base>
10     <h-base>240</h-base>
11     <w>180</w>
12     <h>240</h>
13
14     <layers>
15         <layer>
16             <name>NAV/FMS</name>
17             <type>text</type>
18             <font>arial_black</font>
19             <point-size>4.5</point-size>
20             <color>
21                 <red>0.9</red>
22                 <green>0.2</green>
23                 <blue>0.6</blue>
24             </color>
25             <chunks>
26                 <chunk>
27                     <type>text-value</type>
28                     <property>/instrumentation/primus1000/fms-mode</property>
29                 </chunk>
30             </chunks>
31             <transformations>
32                 <transformation>
33                     <type>x-shift</type>
34                     <offset>28</offset>
35                 </transformation>
36                 <transformation>
37                     <type>y-shift</type>
38                     <offset>74</offset>
39                 </transformation>
40             </transformations>
41         </layer>
42
43         <layer>
44             <name>NAV/SRC</name>
45             <type>text</type>
46             <font>arial_black</font>
47             <point-size>5</point-size>
48             <color>
49                 <red>0.1</red>
50                 <green>0.9</green>
51                 <blue>0.4</blue>
52             </color>
53             <chunks>
54                 <chunk>
55                     <type>text-value</type>
56                     <property>/instrumentation/primus1000/nav-string</property>
57                 </chunk>
58             </chunks>
59             <transformations>
60                 <transformation>
61                     <type>x-shift</type>
62                     <offset>35</offset>
63                 </transformation>
64                 <transformation>
65                     <type>y-shift</type>
66                     <offset>-1</offset>
67                 </transformation>
68             </transformations>
69         </layer>
70
71         <layer>
72             <name>NAV/DST</name>
73             <type>text</type>
74             <font>arial_black</font>
75             <point-size>5</point-size>
76             <color>
77                 <red>0.1</red>
78                 <green>0.9</green>
79                 <blue>0.4</blue>
80             </color>
81             <chunks>
82                 <chunk>
83                     <type>number-value</type>
84                     <property>/instrumentation/primus1000/nav-dist-nm</property>
85                     <format>%3.1f</format>
86                 </chunk>
87             </chunks>
88             <transformations>
89                 <transformation>
90                     <type>x-shift</type>
91                     <offset>35</offset>
92                 </transformation>
93                 <transformation>
94                     <type>y-shift</type>
95                     <offset>-5</offset>
96                 </transformation>
97             </transformations>
98         </layer>
99
100 </layers>
101
102     <actions>
103 <!--select BARO/RA MODE-->
104
105     <action>
106         <name>select ra / baro alt mode</name>
107         <button>0</button>
108         <x>-58</x>
109         <y>-103</y>
110         <w>18</w>
111         <h>12</h>
112         <binding>
113             <command>property-toggle</command>
114             <property>/instrumentation/primus1000/ra-mode</property>
115             <min>0</min>
116             <max>1</max>
117         </binding>
118     </action>
119
120 <!--reset baro-->
121
122     <action>
123         <name>reset inhg</name>
124         <button>0</button>
125         <x>44</x>
126         <y>-103</y>
127         <w>18</w>
128         <h>12</h>
129         <binding>
130             <command>property-assign</command>
131             <property>instrumentation/altimeter/setting-inhg</property>
132             <value>29.92</value>
133         </binding>
134     </action>
135
136 <!--adjust inhg-->
137
138     <action>
139         <name>calibrate inhg down fine</name>
140         <button>0</button>
141         <x>67</x>
142         <y>-110</y>
143         <w>8</w>
144         <h>14</h>
145         <binding>
146             <command>property-adjust</command>
147             <property>/instrumentation/altimeter/setting-inhg</property>
148             <step>-0.01</step>
149             <min>26.0</min>
150             <max>33.0</max>
151             <wrap>false</wrap>
152         </binding>
153     </action>
154
155     <action>
156         <name>calibrate inhg down coarse</name>
157         <button>1</button>
158         <x>67</x>
159         <y>-110</y>
160         <w>8</w>
161         <h>14</h>
162         <binding>
163             <command>property-adjust</command>
164             <property>/instrumentation/altimeter/setting-inhg</property>
165             <step>-0.1</step>
166             <min>26.0</min>
167             <max>33.0</max>
168             <wrap>false</wrap>
169         </binding>
170     </action>
171
172     <action>
173         <name>calibrate inhg up fine</name>
174         <button>0</button>
175         <x>75</x>
176         <y>-110</y>
177         <w>8</w>
178         <h>14</h>
179         <binding>
180             <command>property-adjust</command>
181             <property>/instrumentation/altimeter/setting-inhg</property>
182             <step>0.01</step>
183             <min>26.0</min>
184             <max>33.0</max>
185             <wrap>false</wrap>
186         </binding>
187     </action>
188
189     <action>
190         <name>calibrate inhg up coarse</name>
191         <button>1</button>
192         <x>75</x>
193         <y>-110</y>
194         <w>8</w>
195         <h>14</h>
196         <binding>
197             <command>property-adjust</command>
198             <property>/instrumentation/altimeter/setting-inhg</property>
199             <step>0.1</step>
200             <min>26.0</min>
201             <max>33.0</max>
202             <wrap>false</wrap>
203         </binding>
204     </action>
205
206 </actions>
207
208 </PropertyList>