-
v1.6.1 Stable
released this
2026-06-29 21:42:17 -05:00 | 107 commits to main since this releaseFixed
- The scout hotkey now fires in-game. Previously the configurable scouting-report toggle (
Ctrl+Shift+Xby default) worked on the desktop but did nothing once League held the foreground. Electron'sglobalShortcutregisters via Windows'RegisterHotKey, whoseWM_HOTKEYmessage the game (with Vanguard) swallows before it reaches the app. The hotkey is now detected by polling live key state withGetAsyncKeyState— a passive, focus-independent read (the same approach overlays and push-to-talk tools use), so the toggle works whether the desktop or the game is focused. No input is injected. Rebinding the combo from the settings panel works as before.
Internal
- New
src/main/hotkey/key-poller.ts(koffi FFI overuser32!GetAsyncKeyState) replacesglobalShortcutfor the scout toggle;parseHotkeywas added to the shared hotkey helpers to map an accelerator to modifier flags + a Win32 virtual-key code. Ascout.togglelog line now records each press and the overlay'sisVisible()state for diagnostics.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- The scout hotkey now fires in-game. Previously the configurable scouting-report toggle (