Releases: HikariKnight/hotkeyD
Releases · HikariKnight/hotkeyD
Implemented CloseWindow function
- 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.
Implemented Working Directory option
- Implemented the function to set the working directory for the programs and scripts launched by individual hotkeys (Closes #3)
First stable release with "toggle" support
Let me be straight, the "toggle" support is ugly as it relaunches the daemon in a "paused" mode (which only sets up the toggle hotkey) and quits its own running instance.
The new instance will just launch a normal daemon when the toggle is pressed and exit when done.
Also cleaned up the code a bit so it should be a bit faster and added more example hotkeys
Alpha1 release
This is an alpha release with just a proof of concept of the idea of a better hotkey daemon for Windows