Skip to content

Releases: HikariKnight/hotkeyD

Implemented CloseWindow function

16 Nov 10:36
13a344f
Compare
Choose a tag to compare
  • 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

20 Sep 11:05
eb84211
Compare
Choose a tag to compare
  • 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

08 Aug 16:22
b292a66
Compare
Choose a tag to compare

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

06 Aug 16:29
6e9b341
Compare
Choose a tag to compare
Alpha1 release Pre-release
Pre-release

This is an alpha release with just a proof of concept of the idea of a better hotkey daemon for Windows