1
0
Fork 0

Reassign tail-wheel locking from 'l' to 'L' (previously unused), and

use 'l' to toggle lighting.
This commit is contained in:
david 2007-11-10 01:30:04 +00:00
parent 45363925fc
commit daf6e12bc9

View file

@ -624,6 +624,15 @@ top down before the key bindings are parsed.
</binding>
</key>
<key n="76">
<name>L</name>
<desc>Toggle tail-wheel lock.</desc>
<binding>
<command>property-toggle</command>
<property>/controls/gear/tailwheel-lock</property>
</binding>
</key>
<key n="77">
<name>M</name>
<desc>Mixture leaner.</desc>
@ -855,10 +864,10 @@ top down before the key bindings are parsed.
<key n="108">
<name>l</name>
<desc>Toggle tail-wheel lock.</desc>
<desc>Turn on aircraft panel lighting.</desc>
<binding>
<command>property-toggle</command>
<property>/controls/gear/tailwheel-lock</property>
<command>nasal</command>
<script>controls.toggleLights()</script>
</binding>
</key>