-
Notifications
You must be signed in to change notification settings - Fork 0
Intercepting per-app macro daemon
License
prescott2m/xappkeys
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
xappkeys - intercepting per-app macro daemon
============================================
xappkeys is a macro keybinding tool that intercepts an evdev device. It uses X
in order to have window-specific macros.
Requirements
------------
xappkeys requires Xlib and the Linux header files.
Setup
-----
Add yourself to the input group *and relogin*:
usermod -aG input $USER
Then edit config.mk to match your local setup and config.h to add your macros.
Finally build and install xappkeys:
make clean installAbout
Intercepting per-app macro daemon