Skip to content

Commit

Permalink
[interception] Add interception-vimproved for spacefn
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Apr 15, 2021
1 parent bd423de commit 676b23e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions interception/udevmon.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://github.com/maricn/interception-vimproved

# Small keyboard (esc -> grave)
# TODO: Get this in dotdrop somehow
- JOB: intercept -g $DEVNODE | caps2esc -m 2 | uinput -d $DEVNODE
- JOB: intercept -g $DEVNODE | caps2esc -m 2 | /opt/interception-vimproved/interception-vimproved | uinput -d $DEVNODE
DEVICE:
LINK: /dev/input/by-id/usb-1ea7_USB-HID_GamingKeyBoard-event-kbd

- JOB: intercept -g $DEVNODE | caps2esc | uinput -d $DEVNODE
- JOB: intercept -g $DEVNODE | caps2esc | /opt/interception-vimproved/interception-vimproved | uinput -d $DEVNODE
DEVICE:
EVENTS:
EV_KEY: [KEY_ESC, KEY_CAPSLOCK]
Expand Down

0 comments on commit 676b23e

Please sign in to comment.