added a warning not to use 'shift' with hotkeys that trigger animation(s)
updated MANUAL with the changed hotkey
This commit is contained in:
parent
39996a3616
commit
07242c40d4
2 changed files with 4 additions and 1 deletions
2
MANUAL
2
MANUAL
|
@ -15,7 +15,7 @@ Right click Main menu, cancel action
|
||||||
Middle click Center on pointer location
|
Middle click Center on pointer location
|
||||||
Escape Exit game, exit menu, cancel message
|
Escape Exit game, exit menu, cancel message
|
||||||
ctrl-r Recruit unit
|
ctrl-r Recruit unit
|
||||||
ctrl-shift-r Repeat last recruit
|
ctrl-alt-r Repeat last recruit
|
||||||
alt-r Recall unit
|
alt-r Recall unit
|
||||||
u Undo last move (only deterministic moves can be undone)
|
u Undo last move (only deterministic moves can be undone)
|
||||||
r Redo move
|
r Redo move
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Warning:
|
||||||
|
# any hotkey that uses shift should not trigger any animation(s) in game since shift toggles accelerated mode
|
||||||
|
|
||||||
#ifdef APPLE
|
#ifdef APPLE
|
||||||
[hotkey]
|
[hotkey]
|
||||||
command=accelerated
|
command=accelerated
|
||||||
|
|
Loading…
Add table
Reference in a new issue