Reassign tail-wheel locking from 'l' to 'L' (previously unused), and
use 'l' to toggle lighting.
This commit is contained in:
parent
45363925fc
commit
daf6e12bc9
1 changed files with 12 additions and 3 deletions
15
keyboard.xml
15
keyboard.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue