123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- <?xml version="1.0"?>
- <!-- KT-76c Transponder 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>PowerInc</name>
- <button>0</button>
- <x>33</x>
- <y>-7</y>
- <w>12</w>
- <h>17</h>
- <binding>
- <command>property-adjust</command>
- <property>/controls/switches/kt-76c</property>
- <step>1</step>
- <min>0</min>
- <max>4</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>PowerDec</name>
- <button>1</button>
- <x>33</x>
- <y>-7</y>
- <w>12</w>
- <h>17</h>
- <binding>
- <command>property-adjust</command>
- <property>/controls/switches/kt-76c</property>
- <step>-1</step>
- <min>0</min>
- <max>4</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>IDT</name>
- <button>0</button>
- <x>-45</x>
- <y>1</y>
- <w>7</w>
- <h>10</h>
- <binding>
- </binding>
- </action>
- <action>
- <name>Digit0</name>
- <button>0</button>
- <x>-46</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(0);</script>
- </binding>
- </action>
- <action>
- <name>Digit1</name>
- <button>0</button>
- <x>-37</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(1);</script>
- </binding>
- </action>
- <action>
- <name>Digit2</name>
- <button>0</button>
- <x>-28</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(2);</script>
- </binding>
- </action>
- <action>
- <name>Digit3</name>
- <button>0</button>
- <x>-19</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(3);</script>
- </binding>
- </action>
- <action>
- <name>Digit4</name>
- <button>0</button>
- <x>-10</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(4);</script>
- </binding>
- </action>
- <action>
- <name>Digit5</name>
- <button>0</button>
- <x>-1</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(5);</script>
- </binding>
- </action>
- <action>
- <name>Digit6</name>
- <button>0</button>
- <x>8</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(6);</script>
- </binding>
- </action>
- <action>
- <name>Digit7</name>
- <button>0</button>
- <x>17</x>
- <y>-15</y>
- <w>7</w>
- <h>10</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_code(7);</script>
- </binding>
- </action>
- <action>
- <name>CLR</name>
- <button>0</button>
- <x>28</x>
- <y>-15</y>
- <w>7</w>
- <h>7</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_clr();</script>
- </binding>
- </action>
- <action>
- <name>VFR</name>
- <button>0</button>
- <x>40</x>
- <y>-15</y>
- <w>7</w>
- <h>7</h>
- <binding>
- <command>nasal</command>
- <script>Optica.kt76c_button_vfr();</script>
- </binding>
- </action>
- </actions>
- </instrument>
- </instruments>
- </PropertyList>
|