mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-05 14:22:54 +00:00
Formatting
This commit is contained in:
parent
186b887e7d
commit
8bfd57eda2
@ -75,7 +75,9 @@ example configuration taken from my laptop:
|
|||||||
```yaml
|
```yaml
|
||||||
SHELL: [zsh, -c]
|
SHELL: [zsh, -c]
|
||||||
---
|
---
|
||||||
- JOB: mux -c caps2esc; mux -i caps2esc | caps2esc | uinput -d /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
- JOB: >
|
||||||
|
mux -c caps2esc;
|
||||||
|
mux -i caps2esc | caps2esc | uinput -d /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
||||||
- JOB: intercept -g $DEVNODE | mux -o caps2esc
|
- JOB: intercept -g $DEVNODE | mux -o caps2esc
|
||||||
DEVICE:
|
DEVICE:
|
||||||
LINK: /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
LINK: /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user