Changes between Version 85 and Version 86 of HotKeys


Ignore:
Timestamp:
Sep 19, 2019, 6:29:16 PM (5 years ago)
Author:
Nescio
Comment:

several corrections

Legend:

Unmodified
Added
Removed
Modified
  • HotKeys

    v85 v86  
    55
    66== Program-wide ==
    7 * `Alt` + `F4`: Immediately close the game, without asking for confirmation.
     7* `Alt` + `F4` or `Super` + `Q` or `Ctrl` + `Break`: Immediately close the game, without asking for confirmation.
    88* `Alt` + `Enter` (Return): Toggle between fullscreen and windowed mode.
    99* `~` or `F9`: Toggle console.
    1010* `Alt` + `F`: Toggle frames per second (FPS) counter.
    11 * `F11`: Toggle real-time profiler (toggles through the displays of information).
     11* `F11`: Toggle real-time profiler (cycles through the displays of information).
    1212* `Shift` + `F11`: Save current profiler data to "logs/profile.txt".
    1313* `F2`: Take screenshot (in .png format, location is displayed in the top left of the GUI after the file has been saved, and can also be seen in the console/logs if you miss it there).
     
    5454* `H`: Stop (halt) the currently selected unit(s).
    5555* `Y`: Order the unit(s) back to work.
    56 * `U`: Unload the garrisoned unit(s) of the selected unit(s)/structure(s).
    57 * `Ctrl` + `1` (and so on up to Ctrl + 0): Create control group 1 (to 0) from the selected unit(s)/structure(s).
    58 * `1` (and so on up to 0): Select the units/structures in control group 1 (to 0).
    59 * `Shift` + `1` (to 0): Add control group 1 (to 0) to the the selected unit(s)/structure(s).
     56* `U`: Eject (“Unload”) all garrisoned unit(s) from the selected unit(s)/structure(s)
     57* `Ctrl` + `1` (and so on up to `Ctrl` + `0`): Create control group 1 (to 0) from the selected unit(s)/structure(s).
     58* `1` (and so on up to `0`): Select the units/structures in control group 1 (to 0).
     59* `Shift` + `1` (to `0`): Add control group 1 (to 0) to the the selected unit(s)/structure(s).
    6060* `Left Click` on a group icon: Select the members of the group.
    6161* `Double Left Click` on a group icon: Focus the members of the group.
     
    7878* `G` + `Right Click` on unit/structure: Guard.
    7979* `J` + `Right Click` on structure: Repair.
    80 * `Shift` + `Right Click`: Queue the move/build/gather/etc order.
    81 * `Alt` + `Right Click`: Order one unit from the current selection to move/build/gather/etc and unselect it. Used to quickly dispatch units with specific tasks.
     80* `Shift` + `Right Click`: Queue the move/build/gather/etc. order.
     81* `Alt` + `Right Click`: Order one unit from the current selection to move/build/gather/etc. and unselect it. Used to quickly dispatch units with specific tasks.
    8282* `Shift` + `Left Click`:
    8383  * when training units: Add units in batches (the batch size is 5 by default and can be changed in the options).
     
    116116
    117117=== Camera manipulation ===
     118* `=` (Equals) or `+` (Plus): Zoom in (keep pressed for continuous zoom).
     119* `-` (Hyphen) or `−` (Minus): Zoom out (keep pressed for continuous zoom).
     120* `Middle Mouse Button`: Keep pressed and move the mouse to pan.
    118121* `W` or `↑` (Up): Pan screen up.
    119122* `S` or `↓` (Down): Pan screen down.
    120123* `A` or `←` (Left): Pan screen left.
    121124* `D` or `→` (Right): Pan screen right.
    122 * `Ctrl` + `W` or `↑` (Up): Rotate camera to look upward.
    123 * `Ctrl` + `S` or `↓` (Down): Rotate camera to look downward.
    124 * `Ctrl` + `A` or `←` (Left): Rotate camera clockwise around terrain.
    125 * `Ctrl` + `D` or `→` (Right): Rotate camera counter-clockwise around terrain.
     125* `Ctrl` + `W` or `Ctrl` + `↑` (Up): Rotate camera to look upward.
     126* `Ctrl` + `S` or `Ctrl` + `↓` (Down): Rotate camera to look downward.
     127* `Ctrl` + `A` or `Ctrl` + `←` (Left): Rotate camera clockwise around terrain.
     128* `Ctrl` + `D` or `Ctrl` + `→` (Right): Rotate camera counter-clockwise around terrain.
    126129* `Q`: Rotate camera clockwise around terrain.
    127130* `E`: Rotate camera counter-clockwise around terrain.
     
    130133* `F`: Follow the selected unit (move the camera to stop it from following the unit).
    131134* `R`: Reset camera zoom/rotation.
    132 * `=` (Equals) or `+` (Plus): Zoom in (keep pressed for continuous zoom).
    133 * `-` (Hyphen) or `−` (Minus): Zoom out (keep pressed for continuous zoom).
    134 * `Middle Mouse Button`: Keep pressed and move the mouse to pan.
    135135
    136136=== During structure placement ===