Change the attack hotkey to Ctrl.

This is both easier to press, and also does not introduce any hotkey
conflict.

This was SVN commit r16947.
This commit is contained in:
leper 2015-08-29 22:49:38 +00:00
parent 39343a8c84
commit 2b1c128b66
2 changed files with 2 additions and 1 deletions

View File

@ -275,7 +275,7 @@ offscreen = Alt ; Include offscreen units in selection
[hotkey.session]
kill = Delete ; Destroy selected units
stop = "H" ; Stop the current action
attack = "Ctrl+Alt" ; Modifier to force attack instead of another action
attack = Ctrl ; Modifier to attack instead of another action (eg capture)
attackmove = Ctrl ; Modifier to attackmove when clicking on a point
attackmoveUnit = "Ctrl+Q" ; Modifier to attackmove targeting only units when clicking on a point (should contain the attackmove keys)
garrison = Ctrl ; Modifier to garrison when clicking on building

View File

@ -81,6 +81,7 @@ Ctrl + Left Click on unit/group icon with multiple units selected: Deselect
Right Click with a building/buildings selected: sets a rally point for units created/ungarrisoned from that building.
Ctrl + Right Click with units selected:
- If the cursor is over an allied structure: Garrison
- If the cursor is over a non-allied unit or building: Attack (instead of capture or gather)
- Otherwise: Attack move (by default all enemy units and structures along the way are targeted, use Ctrl + Q + Right Click to target only units).
[font="sans-bold-14"]Overlays