Skip to content

Commit

Permalink
Resolved overlapping hotkey definitions.
Browse files Browse the repository at this point in the history
Refresh editor display: ctrl+e ---> ctrl+d

New Map: ctrl+n ---> ctrl+m
  • Loading branch information
fendrin committed Jun 5, 2014
1 parent 8cee267 commit 58fcb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/core/hotkeys.cfg
Expand Up @@ -355,7 +355,7 @@

[hotkey]
command="editor-map-new"
key="n"
key="m"
{IF_APPLE_CMD_ELSE_CTRL}
[/hotkey]

Expand Down Expand Up @@ -445,7 +445,7 @@

[hotkey]
command="editor-refresh"
key="e"
key="d"
{IF_APPLE_CMD_ELSE_CTRL}
[/hotkey]

Expand Down

0 comments on commit 58fcb36

Please sign in to comment.