added arial_black and condensed fonts for the Primus 1000 PFD
[fg:toms-fgdata.git] / Aircraft / Instruments-3d / primus-1000 / primus1000-mfd-hotspots.xml
1 <!--
2 Syd Adams
3 Primus 1000 MFD  hotspots
4 -->
5
6 <PropertyList>
7
8     <name>MFD 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/SRC</name>
17             <type>text</type>
18             <font>arial_black</font>
19             <point-size>7</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/nav-string</property>
29                 </chunk>
30             </chunks>
31             <transformations>
32                 <transformation>
33                     <type>x-shift</type>
34                     <offset>48</offset>
35                 </transformation>
36                 <transformation>
37                     <type>y-shift</type>
38                     <offset>100</offset>
39                 </transformation>
40             </transformations>
41         </layer>
42
43         <layer>
44             <name>NAV/DST</name>
45             <type>text</type>
46             <font>arial_black</font>
47             <point-size>7</point-size>
48             <color>
49                 <red>0.9</red>
50                 <green>0.2</green>
51                 <blue>0.6</blue>
52             </color>
53             <chunks>
54                 <chunk>
55                     <type>number-value</type>
56                     <property>/instrumentation/primus1000/nav-dist-nm</property>
57                     <format>%3.1f</format>
58                 </chunk>
59             </chunks>
60             <transformations>
61                 <transformation>
62                     <type>x-shift</type>
63                     <offset>48</offset>
64                 </transformation>
65                 <transformation>
66                     <type>y-shift</type>
67                     <offset>93</offset>
68                 </transformation>
69             </transformations>
70         </layer>
71
72         <layer>
73             <name>NAV/ID</name>
74             <type>text</type>
75             <font>arial_black</font>
76             <point-size>7</point-size>
77             <color>
78                 <red>0.9</red>
79                 <green>0.2</green>
80                 <blue>0.6</blue>
81             </color>
82             <chunks>
83                 <chunk>
84                     <type>text-value</type>
85                     <property>/instrumentation/primus1000/nav-id</property>
86                 </chunk>
87             </chunks>
88             <transformations>
89                 <transformation>
90                     <type>x-shift</type>
91                     <offset>48</offset>
92                 </transformation>
93                 <transformation>
94                     <type>y-shift</type>
95                     <offset>86</offset>
96                 </transformation>
97             </transformations>
98         </layer>
99
100     </layers>
101
102     <actions>
103
104 <!--
105         <action>
106             <name>bezel outline</name>
107             <button>0</button>
108             <x>-90</x>
109             <y>-120</y>
110             <w>180</w>
111             <h>240</h>
112         </action>
113 -->
114
115         <action>
116             <name>Alt decrease</name>
117             <button>0</button>
118             <x>67</x>
119             <y>-110</y>
120             <w>8</w>
121             <h>14</h>
122             <binding>
123                 <command>property-adjust</command>
124                 <property>autopilot/settings/target-altitude-ft</property>
125                 <step>-100</step>
126                 <min>0</min>
127                 <max>99999</max>
128                 <wrap>0</wrap>
129             </binding>
130         </action>
131
132         <action>
133             <name>Alt increase</name>
134             <button>0</button>
135             <x>75</x>
136             <y>-110</y>
137             <w>8</w>
138             <h>14</h>
139             <binding>
140                 <command>property-adjust</command>
141                 <property>autopilot/settings/target-altitude-ft</property>
142                 <step>100</step>
143                 <min>0</min>
144                 <max>99999</max>
145                 <wrap>0</wrap>
146             </binding>
147         </action>
148
149         <action>
150             <name>mode1</name>
151             <button>0</button>
152             <x>-70</x>
153             <y>-110</y>
154             <w>14</w>
155             <h>10</h>
156             <binding>
157             </binding>
158         </action>
159
160         <action>
161             <name>mode2</name>
162             <button>0</button>
163             <x>-50</x>
164             <y>-110</y>
165             <w>18</w>
166             <h>10</h>
167             <binding>
168             </binding>
169         </action>
170
171         <action>
172             <name>mode3</name>
173             <button>0</button>
174             <x>-28</x>
175             <y>-110</y>
176             <w>18</w>
177             <h>10</h>
178             <binding>
179             </binding>
180         </action>
181
182         <action>
183             <name>mode4</name>
184             <button>0</button>
185             <x>-7</x>
186             <y>-110</y>
187             <w>18</w>
188             <h>10</h>
189             <binding>
190             </binding>
191         </action>
192
193         <action>
194             <name>mode5</name>
195             <button>0</button>
196             <x>14</x>
197             <y>-110</y>
198             <w>18</w>
199             <h>10</h>
200             <binding>
201             </binding>
202         </action>
203
204         <action>
205             <name>mode6</name>
206             <button>0</button>
207             <x>36</x>
208             <y>-110</y>
209             <w>18</w>
210             <h>10</h>
211             <binding>
212             </binding>
213         </action>
214
215     </actions>
216
217 </PropertyList>