- change default throttle binding to move both throttle 0 and throttle
1, in anticipation of adding a twin-engine model to JSBSim
This commit is contained in:
parent
161b3a3b53
commit
8348f7db01
1 changed files with 7 additions and 1 deletions
|
@ -47,7 +47,13 @@ axes for the hat switch, and several more buttons.
|
|||
<desc>Throttle</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/throttle</property>
|
||||
<property>/controls/throttle[0]</property>
|
||||
<offset type="double">-1.0</offset>
|
||||
<factor type="double">-0.5</factor>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/throttle[1]</property>
|
||||
<offset type="double">-1.0</offset>
|
||||
<factor type="double">-0.5</factor>
|
||||
</binding>
|
||||
|
|
Loading…
Reference in a new issue