Default hotkeys for editor brushes(1-5) and terrain description(ctr+t).
This commit is contained in:
parent
1e3f3dd0c4
commit
22266c0a42
1 changed files with 26 additions and 0 deletions
|
@ -85,6 +85,11 @@
|
|||
command=describeunit
|
||||
key=d
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=describeterrain
|
||||
key=t
|
||||
{IF_APPLE_CMD_ELSE_CTRL}
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=endunitturn
|
||||
key=" "
|
||||
|
@ -321,6 +326,27 @@
|
|||
[/hotkey]
|
||||
|
||||
# Editor key definitions
|
||||
[hotkey]
|
||||
command="editor-brush-1"
|
||||
key=1
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command="editor-brush-2"
|
||||
key=2
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command="editor-brush-3"
|
||||
key=3
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command="editor-brush-nw-se"
|
||||
key=4
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command="editor-brush-sw-ne"
|
||||
key=5
|
||||
[/hotkey]
|
||||
|
||||
[hotkey]
|
||||
command="editor-quit-to-desktop"
|
||||
key="q"
|
||||
|
|
Loading…
Add table
Reference in a new issue