Paul Surgean: The rudder and throttle need swapping based on the OS just like the Sidewinder Precision Pro.
This commit is contained in:
parent
72b38ddd26
commit
f0830a44bb
1 changed files with 10 additions and 2 deletions
|
@ -46,8 +46,12 @@ $Id:
|
|||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="3">
|
||||
<axis>
|
||||
<desc>Rudder</desc>
|
||||
<number>
|
||||
<unix>2</unix>
|
||||
<windows>3</windows>
|
||||
</number>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
|
@ -55,8 +59,12 @@ $Id:
|
|||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="2">
|
||||
<axis>
|
||||
<desc>Throttle</desc>
|
||||
<number>
|
||||
<unix>3</unix>
|
||||
<windows>2</windows>
|
||||
</number>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/engines/engine[0]/throttle</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue