gitextract_jgq61jy_/ ├── .gitignore ├── AUTHORS ├── COPYING ├── Makefile ├── README ├── cmdsocket.c ├── cmdsocket.h ├── command.h ├── devices.c ├── devices.h ├── devtag.h ├── eventnames.c ├── eventnames.h ├── eventtable.h ├── ignore.c ├── ignore.h ├── keystate.c ├── keystate.h ├── obey.c ├── obey.h ├── systemd/ │ ├── triggerhappy.service │ └── triggerhappy.socket ├── th-cmd.c ├── th-cmd.pod ├── thd.c ├── thd.h ├── thd.pod ├── trigger.c ├── trigger.h ├── triggerhappy.conf.examples ├── triggerparser.c ├── triggerparser.h ├── udev/ │ └── triggerhappy-udev.rules ├── uinput.c ├── uinput.h └── version.inc