Fix Ctrl-M shortcut to open map
This commit is contained in:
parent
7e0b22e5b7
commit
90ea130d04
1 changed files with 8 additions and 0 deletions
|
@ -173,6 +173,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="14">
|
||||
|
|
Loading…
Reference in a new issue