Skip to content

Implemented CloseWindow function

Latest
Compare
Choose a tag to compare
@HikariKnight HikariKnight released this 16 Nov 10:36
· 5 commits to master since this release
13a344f
  • Implemented the ability to close the active window with a hotkey (alternate hotkey for ALT+F4), just add the following into your hotkeys.ini
[CloseWindow]
Modkeys=alt
Hotkey=q

NOTE: Modkeys and Hotkey can be changed, but keep in mind that the win key cannot be used as the only modkey due to the Windows API limitations.