Make the load and recruit hotkey use the ctrl instead of cmd key...
...on non Mac systems.
This commit is contained in:
parent
a3732d0338
commit
4c9f49d3c8
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
Version 1.5.2+svn:
|
||||
* language and i18n:
|
||||
* updated translations:
|
||||
* user interface:
|
||||
* Make the load and recruit hotkey use the ctrl instead of cmd key on non
|
||||
Mac systems
|
||||
|
||||
Version 1.5.2:
|
||||
* campaigns:
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
[hotkey]
|
||||
command=load
|
||||
key=o
|
||||
cmd=yes
|
||||
{IF_APPLE_CMD_ELSE_CTRL}
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=mousescroll
|
||||
|
@ -152,7 +152,7 @@
|
|||
[hotkey]
|
||||
command=recruit
|
||||
key=r
|
||||
cmd=yes
|
||||
{IF_APPLE_CMD_ELSE_CTRL}
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=redo
|
||||
|
|
Loading…
Add table
Reference in a new issue