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
bb09cd8d9a
commit
220ca0bc71
36
README.md
36
README.md
@ -28,10 +28,8 @@ ESC when pressed alone is quite handy, specially in vi.
|
|||||||
```
|
```
|
||||||
$ git clone git@gitlab.com:interception/linux/plugins/caps2esc.git
|
$ git clone git@gitlab.com:interception/linux/plugins/caps2esc.git
|
||||||
$ cd caps2esc
|
$ cd caps2esc
|
||||||
$ mkdir build
|
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||||
$ cd build
|
$ cmake --build build
|
||||||
$ cmake ..
|
|
||||||
$ make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Execution
|
## Execution
|
||||||
@ -50,11 +48,37 @@ $ make
|
|||||||
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 button support
|
||||||
|
|
||||||
|
After _Interception Tools_ 0.3, `caps2esc` can work with mouse clicks. An
|
||||||
|
example configuration taken from my laptop:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
SHELL: [zsh, -c]
|
||||||
|
---
|
||||||
|
- JOB: mux -c caps2esc
|
||||||
|
- JOB:
|
||||||
|
- intercept -g $DEVNODE | mux -o caps2esc
|
||||||
|
- mux -i caps2esc | caps2esc | uinput -d $DEVNODE
|
||||||
|
DEVICE:
|
||||||
|
LINK: /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
||||||
|
- JOB:
|
||||||
|
- intercept $DEVNODE | mux -o caps2esc
|
||||||
|
DEVICE:
|
||||||
|
LINK: /dev/input/by-path/platform-i8042-serio-4-event-mouse
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information on the topic, check the [_Interception Tools_
|
||||||
|
README][interception-tools] about usage of the `mux` tool and device specific
|
||||||
|
setups.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
I'm maintaining an Archlinux package on AUR:
|
It's available from [community](https://archlinux.org/packages/community/x86_64/interception-caps2esc/):
|
||||||
|
|
||||||
- <https://aur.archlinux.org/packages/interception-caps2esc>
|
```
|
||||||
|
$ pacman -S interception-caps2esc
|
||||||
|
```
|
||||||
|
|
||||||
I don't use Ubuntu and recommend Archlinux instead, as it provides the AUR, so I
|
I don't use Ubuntu and recommend Archlinux instead, as it provides the AUR, so I
|
||||||
don't maintain PPAs. For more information on Ubuntu/Debian installation check
|
don't maintain PPAs. For more information on Ubuntu/Debian installation check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user