Skip to content

Commit

Permalink
Default hotkeys for editor brushes(1-5) and terrain description(ctr+t).
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 7, 2014
1 parent 1e3f3dd commit 22266c0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/core/hotkeys.cfg
Expand Up @@ -85,6 +85,11 @@
command=describeunit
key=d
[/hotkey]
[hotkey]
command=describeterrain
key=t
{IF_APPLE_CMD_ELSE_CTRL}
[/hotkey]
[hotkey]
command=endunitturn
key=" "
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 22266c0

Please sign in to comment.