Dave PERRY: Pro-Flight-Rudder-Pedals.xml config
This commit is contained in:
parent
04dff149a4
commit
e9cfd04488
1 changed files with 52 additions and 0 deletions
52
Input/Joysticks/Saitek/Pro-Flight-Rudder-Pedals.xml
Normal file
52
Input/Joysticks/Saitek/Pro-Flight-Rudder-Pedals.xml
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
************************************************************************
|
||||
* Setup for Saitek Pro Flight Rudder Pedals.
|
||||
*
|
||||
* 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>Saitek Saitek Pro Flight Rudder Pedals</name>
|
||||
|
||||
<axis n="0">
|
||||
<desc>Brake left</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/gear/brake-left</property>
|
||||
<offset>1.0</offset>
|
||||
<factor>0.5</factor>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="1">
|
||||
<desc>Brake right</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/gear/brake-right</property>
|
||||
<offset>1.0</offset>
|
||||
<factor>0.5</factor>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="2">
|
||||
<desc>Rudder</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<factor>1.0</factor>
|
||||
<offset>0.0</offset>
|
||||
<power type="double">2.0</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue