Skip to content

Commit

Permalink
[interception] I have to fix rollover on this plugin
Browse files Browse the repository at this point in the history
Disable for now
  • Loading branch information
MarcelRobitaille committed Apr 16, 2021
1 parent 676b23e commit beae8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interception/udevmon.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://github.com/maricn/interception-vimproved

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

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

0 comments on commit beae8bc

Please sign in to comment.