Bind 'l' (lower-case L) to toggle the tailwheel lock, for taildraggers
with a lockable tailwheel (like the DC-3).
This commit is contained in:
parent
28571b480f
commit
bec6adc612
1 changed files with 18 additions and 9 deletions
27
keyboard.xml
27
keyboard.xml
|
@ -681,6 +681,24 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<key n="103">
|
||||||
|
<name>g</name>
|
||||||
|
<desc>Toggle gear down.</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/gear-down</property>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key n="108">
|
||||||
|
<name>l</name>
|
||||||
|
<desc>Toggle tail-wheel lock.</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/tailwheel-castering</property>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
<key n="109">
|
<key n="109">
|
||||||
<name>m</name>
|
<name>m</name>
|
||||||
<desc>Increase warp.</desc>
|
<desc>Increase warp.</desc>
|
||||||
|
@ -691,15 +709,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="103">
|
|
||||||
<name>g</name>
|
|
||||||
<desc>Toggle gear down.</desc>
|
|
||||||
<binding>
|
|
||||||
<command>property-toggle</command>
|
|
||||||
<property>/controls/gear-down</property>
|
|
||||||
</binding>
|
|
||||||
</key>
|
|
||||||
|
|
||||||
<key n="112">
|
<key n="112">
|
||||||
<name>p</name>
|
<name>p</name>
|
||||||
<desc>Toggle the pause state of the sim.</desc>
|
<desc>Toggle the pause state of the sim.</desc>
|
||||||
|
|
Loading…
Add table
Reference in a new issue