1
0
Fork 0

Added ctrl-g binding for autopilot glide slope hold.

This commit is contained in:
curt 2001-06-13 20:37:15 +00:00
parent d19a06ecfb
commit 931f4bf184

View file

@ -24,6 +24,15 @@ calculated by adding 256 to the GLUT key value in glut.h.
</binding>
</key>
<key n="7">
<name>Ctrl-G</name>
<desc>Toggle autopilot glide slope lock.</desc>
<binding>
<command>property-toggle</command>
<property>/autopilot/locks/glide-slope</property>
</binding>
</key>
<key n="8">
<name>Ctrl-H</name>
<desc>Toggle autopilot heading lock.</desc>