6800b9728d
here's the promised patch: - make throttle work for 8 engines (b52) - resolve multiple property bindings (simply stating more than one property per binding doesn't do anything; this has to be written as two bindings; didn't touch "Reset View" button in X45, though) - add $Id$ lines - adjust step size in "my" joystick file (X8-30) to work best on a 2.4GHz computer :-> I didn't add entries for propeller related properties, such as mixture, prop-pitch, and I didn't change the boost property. These are still for at most two engines.
50 lines
1.1 KiB
XML
50 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
************************************************************************
|
|
* Setup for CH Pro Pedals USB.
|
|
*
|
|
* These are USB rudder pedals with toe brakes. Bindings are as
|
|
* follow:
|
|
*
|
|
* Axis 0 (left pedal): left brake
|
|
* Axis 1 (right pedal): right brake
|
|
* Axis 2 (sliding both pedals): rudder (and nosewheel)
|
|
************************************************************************
|
|
$Id$
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>CH PRODUCTS CH PRO PEDALS USB </name>
|
|
<name>CH Products CH Pro Pedals USB Rudder Pedals </name>
|
|
<name>CH PRO PEDALS USB </name>
|
|
|
|
<axis n="0">
|
|
<binding>
|
|
<command>property-scale</command>
|
|
<property>/controls/gear/wheel[0]/brake</property>
|
|
<offset>1.0</offset>
|
|
<factor>0.5</factor>
|
|
</binding>
|
|
</axis>
|
|
|
|
<axis n="1">
|
|
<binding>
|
|
<command>property-scale</command>
|
|
<property>/controls/gear/wheel[1]/brake</property>
|
|
<offset>1.0</offset>
|
|
<factor>0.5</factor>
|
|
</binding>
|
|
</axis>
|
|
|
|
<axis n="2">
|
|
<binding>
|
|
<command>property-scale</command>
|
|
<property>/controls/flight/rudder</property>
|
|
<factor>1.0</factor>
|
|
<offset>0.0</offset>
|
|
</binding>
|
|
</axis>
|
|
|
|
</PropertyList>
|