123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0"?>
- <PropertyList>
- <name type="string">Honeycomb Aeronautical Alpha Flight Controls</name>
- <axis>
- <desc type="string">Aileron</desc>
- <binding>
- <command type="string">property-scale</command>
- <property type="string">/controls/flight/aileron</property>
- <factor type="double">1</factor>
- <offset type="double">0</offset>
- <power type="double">1</power>
- </binding>
- </axis>
- <axis n="1">
- <desc type="string">Elevator</desc>
- <binding>
- <command type="string">property-scale</command>
- <property type="string">/controls/flight/elevator</property>
- <factor type="double">-1</factor>
- <offset type="double">0</offset>
- <power type="double">1</power>
- </binding>
- </axis>
- <button n="21">
- <desc type="string">Becaon Off</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/beacon</property>
- <value type="bool">false</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="20">
- <desc type="string">Becaon On</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/beacon</property>
- <value type="bool">true</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="23">
- <desc type="string">Landing Lights Off</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/landing-lights</property>
- <value type="bool">false</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="22">
- <desc type="string">Landing Lights On</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/landing-lights</property>
- <value type="bool">true</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="25">
- <desc type="string">Taxi Lights Off</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/taxi-light</property>
- <value type="bool">false</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="26">
- <desc type="string">Taxi Lights On</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/taxi-light</property>
- <value type="bool">true</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="27">
- <desc type="string">Nav Lights Off</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/nav-lights</property>
- <value type="bool">false</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="26">
- <desc type="string">Nav Lights On</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/nav-lights</property>
- <value type="bool">true</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="29">
- <desc type="string">Strobe Lights Off</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/strobe</property>
- <value type="bool">false</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <button n="28">
- <desc type="string">Strobe Lights On</desc>
- <binding>
- <command type="string">property-assign</command>
- <property type="string">/controls/lighting/strobe</property>
- <value type="bool">true</value>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- <axis n="2">
- <desc type="string">View (horizontal)</desc>
- <low>
- <binding>
- <command type="string">nasal</command>
- <script type="string">setprop("/sim/current-view/goal-heading-offset-deg", getprop("/sim/current-view/goal-heading-offset-deg") + 1);</script>
- </binding>
- <repeatable type="bool">true</repeatable>
- </low>
- <high>
- <binding>
- <command type="string">nasal</command>
- <script type="string">setprop("/sim/current-view/goal-heading-offset-deg", getprop("/sim/current-view/goal-heading-offset-deg") - 1);</script>
- </binding>
- <repeatable type="bool">true</repeatable>
- </high>
- </axis>
- <axis n="3">
- <desc type="string">View (vertical)</desc>
- <low>
- <binding>
- <command type="string">nasal</command>
- <script type="string">setprop("/sim/current-view/goal-pitch-offset-deg", getprop("/sim/current-view/goal-pitch-offset-deg") + 0.5);</script>
- </binding>
- <repeatable type="bool">true</repeatable>
- </low>
- <high>
- <binding>
- <command type="string">nasal</command>
- <script type="string">setprop("/sim/current-view/goal-pitch-offset-deg", getprop("/sim/current-view/goal-pitch-offset-deg") - 0.5);</script>
- </binding>
- <repeatable type="bool">true</repeatable>
- </high>
- </axis>
- <button n="1">
- <desc type="string">Reset View</desc>
- <binding>
- <command type="string">nasal</command>
- <script type="string">setprop("/sim/current-view/goal-pitch-offset-deg", 0);setprop("/sim/current-view/goal-heading-offset-deg", 0);</script>
- </binding>
- <repeatable type="double">0</repeatable>
- </button>
- </PropertyList>
|