Saitek-Saitek-Pro-Flight-Rudder-Pedals.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name type="string">Saitek Saitek Pro Flight Rudder Pedals</name>
  4. <axis>
  5. <desc type="string">Brake Left</desc>
  6. <binding>
  7. <command type="string">property-scale</command>
  8. <property type="string">/controls/gear/brake-left</property>
  9. <factor type="double">0.5</factor>
  10. <offset type="double">1</offset>
  11. <power type="double">1</power>
  12. </binding>
  13. </axis>
  14. <axis n="1">
  15. <desc type="string">Brake Right</desc>
  16. <binding>
  17. <command type="string">property-scale</command>
  18. <property type="string">/controls/gear/brake-right</property>
  19. <factor type="double">0.5</factor>
  20. <offset type="double">1</offset>
  21. <power type="double">1</power>
  22. </binding>
  23. </axis>
  24. <axis n="2">
  25. <desc type="string">Rudder</desc>
  26. <binding>
  27. <command type="string">property-scale</command>
  28. <property type="string">/controls/flight/rudder</property>
  29. <factor type="double">1</factor>
  30. <offset type="double">0</offset>
  31. <power type="double">2</power>
  32. </binding>
  33. </axis>
  34. </PropertyList>