1
0
Fork 0

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:
david 2002-05-23 17:34:59 +00:00
parent 28571b480f
commit bec6adc612

View file

@ -681,6 +681,24 @@ calculated by adding 256 to the GLUT key value in glut.h.
</binding>
</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">
<name>m</name>
<desc>Increase warp.</desc>
@ -691,15 +709,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
</binding>
</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">
<name>p</name>
<desc>Toggle the pause state of the sim.</desc>