From 426693ebef4d7d50e64d134ea2559ab5deef10e3 Mon Sep 17 00:00:00 2001 From: Atrik Date: Fri, 21 Nov 2025 12:59:18 +0100 Subject: [PATCH] Default hotkeys changes Reassign 'Toggle mouse grab' to F3 to avoid conflicts with gameplay hotkeys Unassign 'Show status bars' often toggled by mistake by new players and confused for a selection bug Assign 'Bird eye view' to Shift+Tab --- binaries/data/config/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index a9daf6fd9b..77bd195033 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -216,7 +216,7 @@ togglefullscreen = "Alt+Return" ; Toggle fullscreen/windowed mode screenshot.watermark = "Alt+K" ; Toggle product/company watermark for official screenshots wireframe = "Alt+Shift+W" ; Toggle wireframe mode silhouettes = "Alt+Shift+S" ; Toggle unit silhouettes -mousegrabtoggle = "Ctrl+Alt" ; Toggle mouse grabbing mode +mousegrabtoggle = F3 ; Toggle mouse grabbing mode ; > DIALOG HOTKEYS summary = "Ctrl+Tab" ; Toggle in-game summary @@ -252,7 +252,7 @@ reset = "R" ; Reset camera rotation to default follow = "" ; Follow the first unit in the selection rallypointfocus = "" ; Focus the camera on the rally point of the selected building lastattackfocus = "Space" ; Focus the camera on the last notified attack -togglebirdseyeview = "" ; Toggle bird's eye view +togglebirdseyeview = "Shift+Tab" ; Toggle bird's eye view zoom.in = Plus, NumPlus ; Zoom camera in (continuous control) zoom.out = Minus, NumMinus ; Zoom camera out (continuous control) zoom.wheel.in = WheelUp ; Zoom camera in (stepped control) @@ -392,7 +392,7 @@ flareactivate = "" ; Modifier to activate the mode to send a flare to calltoarms = "" ; Modifier to call the selected units to the arms. focusfire = "F" ; Modifier to control exclusively a building's arrows if it can attack ; Overlays -showstatusbars = Tab ; Toggle display of status bars +showstatusbars = "" ; Toggle display of status bars devcommands.toggle = "Alt+D" ; Toggle developer commands panel highlightguarding = PageDown ; Toggle highlight of guarding units highlightguarded = PageUp ; Toggle highlight of guarded units