1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0"?>
- <PropertyList>
- <name type="string">Saitek Saitek Pro Flight Rudder Pedals</name>
- <axis>
- <desc type="string">Brake Left</desc>
- <binding>
- <command type="string">property-scale</command>
- <property type="string">/controls/gear/brake-left</property>
- <factor type="double">0.5</factor>
- <offset type="double">1</offset>
- <power type="double">1</power>
- </binding>
- </axis>
- <axis n="1">
- <desc type="string">Brake Right</desc>
- <binding>
- <command type="string">property-scale</command>
- <property type="string">/controls/gear/brake-right</property>
- <factor type="double">0.5</factor>
- <offset type="double">1</offset>
- <power type="double">1</power>
- </binding>
- </axis>
- <axis n="2">
- <desc type="string">Rudder</desc>
- <binding>
- <command type="string">property-scale</command>
- <property type="string">/controls/flight/rudder</property>
- <factor type="double">1</factor>
- <offset type="double">0</offset>
- <power type="double">2</power>
- </binding>
- </axis>
- </PropertyList>
|