Alessandro Mauri ed7202e5c8 added key_buffer_compare_random/ordered
In the future one can specify that the hotkey triggers
only when the keys are pressed in the right order, or
in any order, this will be configured per-hotkey in the
config file
2020-07-05 11:58:21 +02:00
2020-06-09 17:54:58 +02:00
2020-07-05 11:58:21 +02:00
2020-05-27 14:50:57 +02:00
2020-05-12 22:54:15 +02:00

hkd: hotkey deamon

hkd allows to define system-wide hotkeys, independently of graphical environment, this means, that hotkeys will work in x11 waylnad and even tty, as long as the actions specified can run you are good to go.

Compatibility

hkd only works in linux as it uses the linux-specific epoll and inotify apis

Compiling

hkd doesn't require any libraries and has no dependency other than a standard C library, musl should work.
run make to compile, make clean to remove the mess and make debug to compile a debug binary to use with gdb.

Similar projects

triggerhappy

Description
HotKey Daemon, simple hotkey daemon that woks using the evdev interface
Readme 687 KiB
Languages
C 94.5%
Roff 4.6%
Makefile 0.9%