kt76c_panel.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0"?>
  2. <!-- KT-76c Transponder Hotspots -->
  3. <!-- Gary R. Neely 'Buckaroo', 2011 -->
  4. <PropertyList>
  5. <name>Main Panel</name>
  6. <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
  7. <w>96</w>
  8. <h>32</h>
  9. <instruments>
  10. <instrument>
  11. <name>panel hotspots</name>
  12. <x>48</x>
  13. <y>16</y>
  14. <w>96</w>
  15. <h>32</h>
  16. <w-base>96</w-base>
  17. <h-base>32</h-base>
  18. <actions>
  19. <action>
  20. <name>PowerInc</name>
  21. <button>0</button>
  22. <x>33</x>
  23. <y>-7</y>
  24. <w>12</w>
  25. <h>17</h>
  26. <binding>
  27. <command>property-adjust</command>
  28. <property>/controls/switches/kt-76c</property>
  29. <step>1</step>
  30. <min>0</min>
  31. <max>4</max>
  32. <wrap>false</wrap>
  33. </binding>
  34. </action>
  35. <action>
  36. <name>PowerDec</name>
  37. <button>1</button>
  38. <x>33</x>
  39. <y>-7</y>
  40. <w>12</w>
  41. <h>17</h>
  42. <binding>
  43. <command>property-adjust</command>
  44. <property>/controls/switches/kt-76c</property>
  45. <step>-1</step>
  46. <min>0</min>
  47. <max>4</max>
  48. <wrap>false</wrap>
  49. </binding>
  50. </action>
  51. <action>
  52. <name>IDT</name>
  53. <button>0</button>
  54. <x>-45</x>
  55. <y>1</y>
  56. <w>7</w>
  57. <h>10</h>
  58. <binding>
  59. </binding>
  60. </action>
  61. <action>
  62. <name>Digit0</name>
  63. <button>0</button>
  64. <x>-46</x>
  65. <y>-15</y>
  66. <w>7</w>
  67. <h>10</h>
  68. <binding>
  69. <command>nasal</command>
  70. <script>Optica.kt76c_button_code(0);</script>
  71. </binding>
  72. </action>
  73. <action>
  74. <name>Digit1</name>
  75. <button>0</button>
  76. <x>-37</x>
  77. <y>-15</y>
  78. <w>7</w>
  79. <h>10</h>
  80. <binding>
  81. <command>nasal</command>
  82. <script>Optica.kt76c_button_code(1);</script>
  83. </binding>
  84. </action>
  85. <action>
  86. <name>Digit2</name>
  87. <button>0</button>
  88. <x>-28</x>
  89. <y>-15</y>
  90. <w>7</w>
  91. <h>10</h>
  92. <binding>
  93. <command>nasal</command>
  94. <script>Optica.kt76c_button_code(2);</script>
  95. </binding>
  96. </action>
  97. <action>
  98. <name>Digit3</name>
  99. <button>0</button>
  100. <x>-19</x>
  101. <y>-15</y>
  102. <w>7</w>
  103. <h>10</h>
  104. <binding>
  105. <command>nasal</command>
  106. <script>Optica.kt76c_button_code(3);</script>
  107. </binding>
  108. </action>
  109. <action>
  110. <name>Digit4</name>
  111. <button>0</button>
  112. <x>-10</x>
  113. <y>-15</y>
  114. <w>7</w>
  115. <h>10</h>
  116. <binding>
  117. <command>nasal</command>
  118. <script>Optica.kt76c_button_code(4);</script>
  119. </binding>
  120. </action>
  121. <action>
  122. <name>Digit5</name>
  123. <button>0</button>
  124. <x>-1</x>
  125. <y>-15</y>
  126. <w>7</w>
  127. <h>10</h>
  128. <binding>
  129. <command>nasal</command>
  130. <script>Optica.kt76c_button_code(5);</script>
  131. </binding>
  132. </action>
  133. <action>
  134. <name>Digit6</name>
  135. <button>0</button>
  136. <x>8</x>
  137. <y>-15</y>
  138. <w>7</w>
  139. <h>10</h>
  140. <binding>
  141. <command>nasal</command>
  142. <script>Optica.kt76c_button_code(6);</script>
  143. </binding>
  144. </action>
  145. <action>
  146. <name>Digit7</name>
  147. <button>0</button>
  148. <x>17</x>
  149. <y>-15</y>
  150. <w>7</w>
  151. <h>10</h>
  152. <binding>
  153. <command>nasal</command>
  154. <script>Optica.kt76c_button_code(7);</script>
  155. </binding>
  156. </action>
  157. <action>
  158. <name>CLR</name>
  159. <button>0</button>
  160. <x>28</x>
  161. <y>-15</y>
  162. <w>7</w>
  163. <h>7</h>
  164. <binding>
  165. <command>nasal</command>
  166. <script>Optica.kt76c_button_clr();</script>
  167. </binding>
  168. </action>
  169. <action>
  170. <name>VFR</name>
  171. <button>0</button>
  172. <x>40</x>
  173. <y>-15</y>
  174. <w>7</w>
  175. <h>7</h>
  176. <binding>
  177. <command>nasal</command>
  178. <script>Optica.kt76c_button_vfr();</script>
  179. </binding>
  180. </action>
  181. </actions>
  182. </instrument>
  183. </instruments>
  184. </PropertyList>