Bind Ctrl-I to the instrument-settings dialog, analogous to Ctrl-R for
the radio-settings dialog.
This commit is contained in:
parent
88690cc523
commit
8d4a441472
1 changed files with 10 additions and 1 deletions
11
keyboard.xml
11
keyboard.xml
|
@ -81,6 +81,15 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="13">
|
||||||
<name>Enter</name>
|
<name>Enter</name>
|
||||||
<desc>Move rudder right.</desc>
|
<desc>Move rudder right.</desc>
|
||||||
|
@ -127,7 +136,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
|
|
||||||
<key n="18">
|
<key n="18">
|
||||||
<name>Ctrl-R</name>
|
<name>Ctrl-R</name>
|
||||||
<desc>Show radio dialog.</desc>
|
<desc>Show radio setting dialog.</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-show</command>
|
<command>dialog-show</command>
|
||||||
<dialog-name>radios</dialog-name>
|
<dialog-name>radios</dialog-name>
|
||||||
|
|
Loading…
Reference in a new issue