Reorder some out-of-place bindings (purely cosmetic).
This commit is contained in:
parent
f2728ece69
commit
c7583bf8b3
1 changed files with 18 additions and 18 deletions
36
keyboard.xml
36
keyboard.xml
|
@ -42,24 +42,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="18">
|
||||
<name>Ctrl-R</name>
|
||||
<desc>(Temporary) Toggle winding-ccw</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/sim/temp/winding-ccw</property>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="20">
|
||||
<name>Ctrl-T</name>
|
||||
<desc>Toggle autopilot terrain lock.</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/autopilot/locks/terrain</property>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="13">
|
||||
<name>Enter</name>
|
||||
<desc>Move rudder right or increase autopilot heading.</desc>
|
||||
|
@ -79,6 +61,15 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="18">
|
||||
<name>Ctrl-R</name>
|
||||
<desc>(Temporary) Toggle winding-ccw</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/sim/temp/winding-ccw</property>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="19">
|
||||
<name>Ctrl-S</name>
|
||||
<desc>Toggle auto-throttle lock.</desc>
|
||||
|
@ -88,6 +79,15 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="20">
|
||||
<name>Ctrl-T</name>
|
||||
<desc>Toggle autopilot terrain lock.</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/autopilot/locks/terrain</property>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="21">
|
||||
<name>Ctrl-U</name>
|
||||
<desc>[Cheat] Add 1000ft of emergency altitude.</desc>
|
||||
|
|
Loading…
Reference in a new issue