123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?xml version="1.0"?>
- <!-- KR-87 ADF 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>KR87Power</name>
- <button>0</button>
- <x>17</x>
- <y>-14</y>
- <w>9</w>
- <h>14</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/kr-87</property>
- </binding>
- </action>
- <action>
- <name>AdfTFR</name>
- <button>0</button>
- <x>-14</x>
- <y>-15</y>
- <w>8</w>
- <h>10</h>
- <binding>
- <condition>
- <property>/systems/electrical/outputs/kr-87</property>
- </condition>
- <command>property-swap</command>
- <property>/instrumentation/adf[0]/frequencies/selected-khz</property>
- <property>/instrumentation/adf[0]/frequencies/standby-khz</property>
- </binding>
- </action>
- <action>
- <name>CommInc</name>
- <button>0</button>
- <x>29</x>
- <y>-10</y>
- <w>9</w>
- <h>20</h>
- <binding>
- <condition>
- <property>/systems/electrical/outputs/kr-87</property>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/adf[0]/frequencies/selected-khz</property>
- <step>10</step>
- <min>190</min>
- <max>1750</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>CommDec</name>
- <button>1</button>
- <x>29</x>
- <y>-10</y>
- <w>9</w>
- <h>20</h>
- <binding>
- <condition>
- <property>/systems/electrical/outputs/kr-87</property>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/adf[0]/frequencies/selected-khz</property>
- <step>-10</step>
- <min>190</min>
- <max>1750</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>CommSmInc</name>
- <button>0</button>
- <x>38</x>
- <y>-10</y>
- <w>9</w>
- <h>20</h>
- <binding>
- <condition>
- <property>/systems/electrical/outputs/kr-87</property>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/adf[0]/frequencies/selected-khz</property>
- <step>1</step>
- <min>190</min>
- <max>1750</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <name>CommSmDec</name>
- <button>1</button>
- <x>38</x>
- <y>-10</y>
- <w>9</w>
- <h>20</h>
- <binding>
- <condition>
- <property>/systems/electrical/outputs/kr-87</property>
- </condition>
- <command>property-adjust</command>
- <property>/instrumentation/adf[0]/frequencies/selected-khz</property>
- <step>-1</step>
- <min>190</min>
- <max>1750</max>
- <wrap>true</wrap>
- </binding>
- </action>
- </actions>
- </instrument>
- </instruments>
- </PropertyList>
|