Skip to content

v0.5.0 — Settings, hotkey rebinding & mouse-button hotkeys

Choose a tag to compare

@XotoX1337 XotoX1337 released this 23 Jun 20:35

v0.5.0 — Settings, hotkey rebinding & mouse-button hotkeys

Highlights

  • 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).
  • Supported display modes remain windowed / borderless windowed.
  • Binaries are UPX-compressed; some antivirus engines flag packed executables — this is a false positive.

Assets

  • GoThrough-windows-amd64.exe — Windows
  • GoThrough-linux-amd64 — Linux (X11)