John Stockhill: While messing around with an aeromatic generated Lancaster model I
discovered that there are a few inconsistencies in keyboard.xml. It allows you to reduce the magneto setting on 4 engines, but will only increase it on 2, which tends to result in a somewhat circular path from the end of the runway :-)
This commit is contained in:
parent
e440ca5b19
commit
be86e39e20
1 changed files with 18 additions and 7 deletions
25
keyboard.xml
25
keyboard.xml
|
@ -961,6 +961,24 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<property>/controls/engines/engine[1]/magnetos</property>
|
||||
<step type="int">1</step>
|
||||
</binding>
|
||||
<binding>
|
||||
<desc>third engine</desc>
|
||||
<condition>
|
||||
<property>/sim/input/selected/engine[2]</property>
|
||||
</condition>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/engines/engine[2]/magnetos</property>
|
||||
<step type="int">1</step>
|
||||
</binding>
|
||||
<binding>
|
||||
<desc>fourth engine</desc>
|
||||
<condition>
|
||||
<property>/sim/input/selected/engine[3]</property>
|
||||
</condition>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/engines/engine[3]/magnetos</property>
|
||||
<step type="int">1</step>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="126">
|
||||
|
@ -1318,10 +1336,3 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</PropertyList>
|
||||
|
||||
<!-- end of keyboard.xml -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue