You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-HUD settings panel (gear icon) for rebinding the global hotkeys.
Rebindable global hotkeys that persist across restarts.
Mouse-button hotkeys — e.g. Ctrl+Alt+MiddleClick and side buttons — on Windows (WH_MOUSE_LL) and Linux/X11 (XGrabButton). Only the bound button of a matched combo is swallowed; a bare click (or a different modifier set) passes straight through to the game.
Persistent user settings stored as JSON at os.UserConfigDir()/GoThrough/settings.json (atomic writes), a sibling of progress.json.
Notes
Mouse-button hotkeys are unsupported under Wayland and on macOS (the same global-hotkey limitation the keyboard side already has there).