123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <?xml version="1.0"?>
- <!-- KN62a DME Hotspots -->
- <!-- Gary R. Neely 'Buckaroo', 2011 -->
- <PropertyList>
- <name>Main Panel</name>
- <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
- <w>96</w>
- <h>32</h>
- <instruments>
- <instrument>
- <name>panel hotspots</name>
- <x>48</x>
- <y>16</y>
- <w>96</w>
- <h>32</h>
- <w-base>96</w-base>
- <h-base>32</h-base>
- <actions>
- <action>
- <name>PowerToggle</name>
- <button>0</button>
- <x>11</x>
- <y>-13</y>
- <w>12</w>
- <h>10</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/kn-62a</property>
- </binding>
- </action>
- <action>
- <name>FunctionInc</name>
- <button>0</button>
- <x>11</x>
- <y>0</y>
- <w>12</w>
- <h>10</h>
- <binding>
- <command>property-adjust</command>
- <property>/controls/switches/kn-62a-mode</property>
- <step>1</step>
- <min>0</min>
- <max>2</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>FunctionDec</name>
- <button>1</button>
- <x>11</x>
- <y>0</y>
- <w>12</w>
- <h>10</h>
- <binding>
- <command>property-adjust</command>
- <property>/controls/switches/kn-62a-mode</property>
- <step>-1</step>
- <min>0</min>
- <max>2</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>NavInc</name>
- <button>0</button>
- <x>29</x>
- <y>-9</y>
- <w>9</w>
- <h>18</h>
- <binding>
- <condition>
- <and>
- <property>/systems/electrical/outputs/dme</property>
- <equals>
- <property>/controls/switches/kn-62a-mode</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/dme/frequencies/selected-mhz</property>
- <step>1</step>
- <min>108</min>
- <max>117.95</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>NavDec</name>
- <button>1</button>
- <x>29</x>
- <y>-9</y>
- <w>9</w>
- <h>18</h>
- <binding>
- <condition>
- <and>
- <property>/systems/electrical/outputs/dme</property>
- <equals>
- <property>/controls/switches/kn-62a-mode</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/dme/frequencies/selected-mhz</property>
- <step>-1</step>
- <min>108</min>
- <max>117.95</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>NavSmInc</name>
- <button>0</button>
- <x>38</x>
- <y>-9</y>
- <w>9</w>
- <h>18</h>
- <binding>
- <condition>
- <and>
- <property>/systems/electrical/outputs/dme</property>
- <equals>
- <property>/controls/switches/kn-62a-mode</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/dme/frequencies/selected-mhz</property>
- <step>0.01</step>
- <min>108</min>
- <max>117.95</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>NavSmDec</name>
- <button>1</button>
- <x>38</x>
- <y>-9</y>
- <w>9</w>
- <h>18</h>
- <binding>
- <condition>
- <and>
- <property>/systems/electrical/outputs/dme</property>
- <equals>
- <property>/controls/switches/kn-62a-mode</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/dme/frequencies/selected-mhz</property>
- <step>-0.01</step>
- <min>108</min>
- <max>117.95</max>
- <wrap>true</wrap>
- </binding>
- </action>
- </actions>
- </instrument>
- </instruments>
- </PropertyList>
|