Add keyboard shortcut for the map. (Ctrl-M)
Fixed bug 766, finally.
This commit is contained in:
parent
bb1443f96e
commit
e5f5fbac15
2 changed files with 9 additions and 0 deletions
|
@ -312,6 +312,7 @@
|
|||
|
||||
<item>
|
||||
<name>map</name>
|
||||
<key>Ctrl-M</key>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>map</dialog-name>
|
||||
|
|
|
@ -130,6 +130,14 @@ top down before the key bindings are parsed.
|
|||
<property>/controls/flight/rudder</property>
|
||||
<step type="double">0.05</step>
|
||||
</binding>
|
||||
|
||||
<!-- Ctrl-M generates Enter, but we want to show the map in that case -->
|
||||
<mod-ctrl>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>map</dialog-name>
|
||||
</binding>
|
||||
</mod-ctrl>
|
||||
</key>
|
||||
|
||||
<key n="13"> <!-- PLIB -->
|
||||
|
|
Loading…
Add table
Reference in a new issue