triggerhappy
triggerhappy copied to clipboard
A lightweight hotkey daemon
I ran into a issue recently with th-cmd on my raspberry pi and hope this is the right place to report it. tl;dr Segmentation Fault in `th-cmd` on Raspberry Pi...
Hi, I want to trigger an action after a 3 second press on a button (used as an input key). Do you think Triggerhappy is the correct tool for this...
The trigger file seems to be parsed and triggers are called when starting the tool manually using: ``` sudo thd --triggers /etc/triggerhappy/triggers.d /dev/input/event* ``` However the system daemon doesn't seem...
Remove unnecessary constraints. ## Debdiff These changes affect the binary packages: [The following lists of changes regard files as different if they have different names, permissions or owners.] ### Files...
The highest valid event, i.e., KEY_MAX (= 0x2FF = 767), is not valid in triggerhappy. See `thd --listevents`. When I send KEY_MAX, then thd gets the event, but cannot recognize...
Is there way to configure triggerhappy to launch command when any key is pressed? Idealy in such way the global command is executed as well as the commands for individual...
Daemon user options passed in file `/etc/default/triggerhappy` are not respected due to hardcoded `nobody` user in `triggerhappy.service` service config file.
Hi, I'm using triggerhappy on a RaspberryPi 3 and the daemon starts fine: ``` holden@caledonian:~/src/triggerhappy $ systemctl status triggerhappy.service ● triggerhappy.service - triggerhappy global hotkey daemon Loaded: loaded (/lib/systemd/system/triggerhappy.service; enabled;...
I'm on Arch Linux x64 and I also want to use this very usefull tool on OpenWrt. I'm having some issues, that I suspect are related to the code being...
some input devices such as rotary encoders don't have keys or switches, but can generate EV_REL/EV_ABS events. this simple change allows these devices to be used with triggerhappy. I checked...