mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-05 14:22:54 +00:00
Update README
This commit is contained in:
parent
5cffbf6bb5
commit
be414120a2
10
README.md
10
README.md
@ -67,7 +67,7 @@ options:
|
|||||||
For more information about the [_Interception Tools_][interception-tools], check
|
For more information about the [_Interception Tools_][interception-tools], check
|
||||||
the project's website.
|
the project's website.
|
||||||
|
|
||||||
## Mouse Support
|
## Mouse/Touchpad Support
|
||||||
|
|
||||||
After _Interception Tools_ 0.3.2, `caps2esc` can observe ([or
|
After _Interception Tools_ 0.3.2, `caps2esc` can observe ([or
|
||||||
replace][issue-9-note-2]) mouse events. An example configuration taken from my
|
replace][issue-9-note-2]) mouse events. An example configuration taken from my
|
||||||
@ -76,9 +76,8 @@ laptop:
|
|||||||
```yaml
|
```yaml
|
||||||
SHELL: [zsh, -c]
|
SHELL: [zsh, -c]
|
||||||
---
|
---
|
||||||
- JOB: >
|
- CMD: mux -c caps2esc
|
||||||
mux -c caps2esc;
|
- JOB: mux -i caps2esc | caps2esc | uinput -c /etc/interception/keyboard.yaml
|
||||||
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
|
||||||
@ -88,8 +87,7 @@ SHELL: [zsh, -c]
|
|||||||
```
|
```
|
||||||
|
|
||||||
For more information on the topic, check the [_Interception Tools_
|
For more information on the topic, check the [_Interception Tools_
|
||||||
README][interception-tools] about usage of the `mux` tool and device specific
|
README][interception-tools] about usage of the `mux` tool and hybrid devices.
|
||||||
setups, and [this discussion][issue-9-note-1] for more examples.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user