caps2esc:logo4alt

Interception tools plugin that maps caps->{esc,ctrl} and logo<->alt
git clone git://git.deurzen.net/caps2esc:logo4alt
Log | Files | Refs | README | LICENSE

commit 6ad00311380254ce6c879f08456238c52b5f44c8
parent 56ea92caa2b262483850b1a5513906bb13e98b26
Author: Francisco Lopes <francisco@nosubstance.me>
Date:   Sun, 22 Aug 2021 09:28:44 -0300

Mention Void Linux install

Closes #22

Diffstat:
MREADME.md | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ ESC when pressed alone is quite handy, specially in vi. ## Building -``` +```text $ git clone https://gitlab.com/interception/linux/plugins/caps2esc.git $ cd caps2esc $ cmake -B build -DCMAKE_BUILD_TYPE=Release @@ -34,7 +34,7 @@ $ cmake --build build ## Execution -``` +```text caps2esc - transforming the most useless key ever in the most useful one usage: caps2esc [-h | [-m mode] [-t delay]] @@ -95,13 +95,19 @@ device configurations. It's available from [community](https://archlinux.org/packages/community/x86_64/interception-caps2esc/): -``` +```text $ pacman -S interception-caps2esc ``` -### Ubuntu ([independent package][ubuntu]) +### Void Linux +```text +$ xbps-install -S caps2esc ``` + +### Ubuntu ([independent package][ubuntu]) + +```text sudo add-apt-repository ppa:deafmute/interception sudo apt install interception-caps2esc ```