@@ -149,7 +149,7 @@ the default keyboard values).
149149
150150* Camera keyboard controls *
151151
152- f => toggle free camera mode
152+ y => toggle free camera mode
153153w => move camera up (free camera mode only)
154154s => move camera down (free camera mode only)
155155a => rotate camera left (free camera mode only)
@@ -185,21 +185,34 @@ n => show network status
185185
186186* Hotkeys (game camera mode only) *
187187
188- a => activate attack command for selection
189- s => issue stop command to selection
188+ , => activate attack command for selection
189+ ; => issue stop command to selection
190190i => select next idle harvester
191191b => select next building
192- d => select next damaged unit
192+ u => select next damaged unit
193193t => select next storage unit
194194r => rotate building before placement
195195
196+ Unit commands can be activated using the keyboard by pressing corresponding
197+ keys in the grid layout:
198+
199+ +---+---+---+---+
200+ | q | w | e | r |
201+ +---+---+---+---+
202+ | a | s | d | f |
203+ +---+---+---+---+
204+ | z | x | c | v |
205+ +---+---+---+---+
206+
207+ The position of the command for the selected unit (or group) in the UI
208+ button grid corresponds to the key in the same position in the grid above.
196209
197210* Other Keys *
198211
199212- + => adjust game speed (disabled in multiplayer)
200213p => pause game (disabled in multiplayer)
201- e => save screen shot to file
202- c => toggle ingame font color (and font shadow)
214+ j => save screen shot to file
215+ o => toggle ingame font color (and font shadow)
203216m => show faded mesages again
204217? => when DebugMode=true, display debug info
205218/ => toggle mouse pointer rendering mode (OS/MG)
0 commit comments