2002-07-04 15:52:15 +00:00
|
|
|
<?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)
|
|
|
|
************************************************************************
|
2003-06-29 08:33:59 +00:00
|
|
|
$Id$
|
2002-07-04 15:52:15 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<name>CH PRODUCTS CH PRO PEDALS USB </name>
|
2002-08-04 17:11:48 +00:00
|
|
|
<name>CH Products CH Pro Pedals USB Rudder Pedals </name>
|
2002-09-11 20:45:01 +00:00
|
|
|
<name>CH PRO PEDALS USB </name>
|
2002-07-04 15:52:15 +00:00
|
|
|
|
|
|
|
<axis n="0">
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2004-01-12 17:49:33 +00:00
|
|
|
<property>/controls/gear/brake-left</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset>1.0</offset>
|
|
|
|
<factor>0.5</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="1">
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2004-01-12 17:49:33 +00:00
|
|
|
<property>/controls/gear/brake-right</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<offset>1.0</offset>
|
|
|
|
<factor>0.5</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="2">
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2003-04-01 12:41:12 +00:00
|
|
|
<property>/controls/flight/rudder</property>
|
2002-07-04 15:52:15 +00:00
|
|
|
<factor>1.0</factor>
|
|
|
|
<offset>0.0</offset>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
</PropertyList>
|