Hans FUGAL: different axis numbers for mac/unix
mf: add windows entries with same numbers as mac for now
This commit is contained in:
parent
82019bd780
commit
f0cd9efc9f
1 changed files with 12 additions and 2 deletions
|
@ -110,7 +110,12 @@
|
|||
</axis>
|
||||
|
||||
<!-- Analog axis 3. Rudder -->
|
||||
<axis n="3">
|
||||
<axis>
|
||||
<number>
|
||||
<unix>3</unix>
|
||||
<mac>2</mac>
|
||||
<windows>2</windows>
|
||||
</number>
|
||||
<desc>rudder</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
|
@ -122,7 +127,12 @@
|
|||
</axis>
|
||||
|
||||
<!-- Analog axis 2. Throttle 1 -->
|
||||
<axis n="2">
|
||||
<axis>
|
||||
<number>
|
||||
<unix>2</unix>
|
||||
<mac>3</mac>
|
||||
<windows>3</windows>
|
||||
</number>
|
||||
<desc>throttle</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue