thrustmaster: add all changes to make joystick functional
This commit is contained in:
parent
380c1d0216
commit
63c5a61f94
1 changed files with 42 additions and 4 deletions
|
@ -28,7 +28,11 @@ by Joffrey Paris
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="2">
|
<axis>
|
||||||
|
<number>
|
||||||
|
<windows>2</windows>
|
||||||
|
<unix>3</unix>
|
||||||
|
</number>
|
||||||
<desc>Increase/Reduce Throttle</desc>
|
<desc>Increase/Reduce Throttle</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
|
@ -36,7 +40,11 @@ by Joffrey Paris
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="3">
|
<axis>
|
||||||
|
<number>
|
||||||
|
<windows>3</windows>
|
||||||
|
<unix>2</unix>
|
||||||
|
</number>
|
||||||
<desc>Rudder Left/Right</desc>
|
<desc>Rudder Left/Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
|
@ -45,7 +53,11 @@ by Joffrey Paris
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="6">
|
<axis>
|
||||||
|
<number>
|
||||||
|
<windows>6</windows>
|
||||||
|
<unix>4</unix>
|
||||||
|
</number>
|
||||||
<desc>View Direction</desc>
|
<desc>View Direction</desc>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
@ -65,7 +77,10 @@ by Joffrey Paris
|
||||||
</high>
|
</high>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="7">
|
<axis>
|
||||||
|
<number>
|
||||||
|
<windows>7</windows>
|
||||||
|
</number>
|
||||||
<desc>View Elevation</desc>
|
<desc>View Elevation</desc>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
@ -85,6 +100,29 @@ by Joffrey Paris
|
||||||
</high>
|
</high>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
|
<axis>
|
||||||
|
<number>
|
||||||
|
<unix>5</unix>
|
||||||
|
</number>
|
||||||
|
<desc>View Elevation</desc>
|
||||||
|
<low>
|
||||||
|
<repeatable>true</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>property-adjust</command>
|
||||||
|
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
||||||
|
<step type="double">2.0</step>
|
||||||
|
</binding>
|
||||||
|
</low>
|
||||||
|
<high>
|
||||||
|
<repeatable>true</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>property-adjust</command>
|
||||||
|
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
||||||
|
<step type="double">-2.0</step>
|
||||||
|
</binding>
|
||||||
|
</high>
|
||||||
|
</axis>
|
||||||
|
|
||||||
<button n="0">
|
<button n="0">
|
||||||
<desc>Brakes</desc>
|
<desc>Brakes</desc>
|
||||||
<binding>
|
<binding>
|
||||||
|
|
Loading…
Reference in a new issue