Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 832 Bytes

interception-k2k

All-in-one input key mapper for Interception Tools.

Configuration

User configuration files can be placed under subdirectories of config directory. Executables will be generated per subdirectory, so you can easily manage your rules if you need more instances of interception-k2k.

If you wish to try out example configuration, modify /etc/udevmon.yaml to look something like this:

- JOB: "intercept -g $DEVNODE | /opt/interception/interception-pipe0 | /opt/interception/interception-pipe1 | uinput -d $DEVNODE"
  DEVICE:
    EVENTS:
      EV_KEY: [KEY_CAPSLOCK, KEY_ESC, KEY_SPACE]

Installation

git clone https://github.com/zsugabubus/interception-k2k &&
cd interception-k2k &&
make && # or make CONFIG_DIR=caps2esc
make install