HotKey Daemon, simple hotkey daemon that woks using the evdev interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alessandro Mauri 4042c02ada inotify test 4 years ago
tests inotify test 4 years ago
.gitignore testing parsing a simple conf file 4 years ago
README.md removed bsd compatibility 4 years ago
hkd.c removed bsd compatibility 4 years ago
it.map template it keymap 4 years ago
makefile renamed project to hkd 4 years ago
template.conf testing parsing a simple conf file 4 years ago

README.md

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