1
0
Fork 0

Bind Ctrl-I to the instrument-settings dialog, analogous to Ctrl-R for

the radio-settings dialog.
This commit is contained in:
david 2004-03-23 21:41:57 +00:00
parent 88690cc523
commit 8d4a441472

View file

@ -81,6 +81,15 @@ calculated by adding 256 to the GLUT key value in glut.h.
</binding>
</key>
<key n="9">
<name>Ctrl-I</name>
<desc>Show instrument setting dialog.</desc>
<binding>
<command>dialog-show</command>
<dialog-name>instruments</dialog-name>
</binding>
</key>
<key n="13">
<name>Enter</name>
<desc>Move rudder right.</desc>
@ -127,7 +136,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
<key n="18">
<name>Ctrl-R</name>
<desc>Show radio dialog.</desc>
<desc>Show radio setting dialog.</desc>
<binding>
<command>dialog-show</command>
<dialog-name>radios</dialog-name>