2002-07-04 15:52:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
* Setup for CH Pro Yoke USB.
|
|
|
|
*
|
|
|
|
* This is a USB yoke with three throttle levers. Bindings are as
|
|
|
|
* follow:
|
|
|
|
*
|
|
|
|
* Axis 0: ailerons
|
|
|
|
* Axis 1: elevator
|
|
|
|
* Axis 2 (left lever): throttle
|
|
|
|
* Axis 3 (right lever): mixture
|
|
|
|
* Axis 4 (middle lever): propeller pitch/RPM
|
|
|
|
* Axes 5 and 6 (hat): set view direction
|
|
|
|
*
|
|
|
|
* Button 0 (left trigger): [not yet bound]
|
|
|
|
* Button 1 (right trigger): cycle view
|
|
|
|
* Buttons 2 and 3 (right rocker): rudder trim
|
|
|
|
* Buttons 4 and 5 (left toggle): gear up/down
|
|
|
|
* Buttons 6 and 7 (right toggle): flaps up/down
|
2003-04-07 08:11:46 +00:00
|
|
|
* Button 8 (top red button): increase boost
|
|
|
|
* Button 9 (bottom red button): decrease boost
|
2002-07-04 15:52:15 +00:00
|
|
|
* Buttons 10 and 11 (left rocker): elevator trim
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<name>CH PRODUCTS CH FLIGHT SIM YOKE USB </name>
|
2002-09-11 20:45:01 +00:00
|
|
|
<name>CH FLIGHT SIM YOKE USB </name>
|
2002-07-04 15:52:15 +00:00
|
|
|
|
|
|
|
<axis n="0">
|
|
|
|
<desc>Aileron</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/aileron</property>
|
2003-03-29 14:14:45 +00:00
|
|
|
<power>2.0</power>
|
2002-07-04 15:52:15 +00:00
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="1">
|
|
|
|
<desc>Elevator</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/elevator</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<factor type="double">-1.0</factor>
|
2003-03-29 14:14:45 +00:00
|
|
|
<power>2.0</power>
|
2002-07-04 15:52:15 +00:00
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="2">
|
|
|
|
<desc>Throttle</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[0]/throttle</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[1]/throttle</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="3">
|
|
|
|
<desc>Mixture</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[0]/mixture</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[1]/mixture</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="4">
|
|
|
|
<desc>Propeller</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[0]/propeller-pitch</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/engines/engine[1]/propeller-pitch</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset type="double">-1.0</offset>
|
|
|
|
<factor type="double">-0.5</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="5">
|
2003-04-07 08:11:46 +00:00
|
|
|
<desc>View Direction</desc>
|
|
|
|
<low>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
|
|
<step type="double">2.0</step>
|
|
|
|
</binding>
|
|
|
|
</low>
|
|
|
|
<high>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
|
|
<step type="double">-2.0</step>
|
|
|
|
</binding>
|
|
|
|
</high>
|
2002-07-04 15:52:15 +00:00
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="6">
|
2003-04-07 08:11:46 +00:00
|
|
|
<desc>View Elevation</desc>
|
|
|
|
<low>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
|
|
|
<step type="double">2.0</step>
|
|
|
|
</binding>
|
|
|
|
</low>
|
|
|
|
<high>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
|
|
|
<step type="double">-2.0</step>
|
|
|
|
</binding>
|
|
|
|
</high>
|
2002-07-04 15:52:15 +00:00
|
|
|
</axis>
|
|
|
|
<button n="1">
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>view-cycle</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="2">
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/rudder-trim</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<step>0.001</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="3">
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/rudder-trim</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<step>-0.001</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="4">
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/gear/gear-down</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<value>false</value>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="5">
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/gear/gear-down</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<value>true</value>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="6">
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
2002-09-14 18:34:53 +00:00
|
|
|
<command>property-assign</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/flaps</property>
|
2002-09-14 18:34:53 +00:00
|
|
|
<value type="double">0.0</value>
|
2002-07-04 15:52:15 +00:00
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="7">
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/flaps</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<step type="double">0.34</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
2003-04-07 08:11:46 +00:00
|
|
|
<button n="8">
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/engines/engine[0]/boost</property>
|
|
|
|
<step type="double">+0.01</step>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/engines/engine[1]/boost</property>
|
|
|
|
<step type="double">+0.01</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="9">
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/engines/engine[0]/boost</property>
|
|
|
|
<step type="double">-0.01</step>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/engines/engine[1]/boost</property>
|
|
|
|
<step type="double">-0.01</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="10">
|
2002-07-04 15:52:15 +00:00
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/elevator-trim</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<step>0.001</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button n="11">
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/elevator-trim</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<step>-0.001</step>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|