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 9aa9985b0efa7f7a1e5ca837ea532689bb325d53
parent 466062ef006c26c925fb5bbec052c27160a8f207
Author: Francisco Lopes <francisco@nosubstance.me>
Date:   Fri,  1 Jan 2021 11:58:39 -0300

Update README

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

diff --git a/README.md b/README.md @@ -69,8 +69,9 @@ the project's website. ## Mouse Support -After _Interception Tools_ 0.3.1, `caps2esc` can observe for mouse events. An -example configuration taken from my laptop: +After _Interception Tools_ 0.3.2, `caps2esc` can observe ([or +replace][issue-9-note-2]) mouse events. An example configuration taken from my +laptop: ```yaml SHELL: [zsh, -c] @@ -88,7 +89,7 @@ SHELL: [zsh, -c] For more information on the topic, check the [_Interception Tools_ README][interception-tools] about usage of the `mux` tool and device specific -setups, and [this discussion][issue-9-note] for more examples. +setups, and [this discussion][issue-9-note-1] for more examples. ## Installation @@ -156,5 +157,6 @@ Copyright © 2017 Francisco Lopes da Silva [interception]: https://github.com/oblitum/Interception [interception-tools]: https://gitlab.com/interception/linux/tools [issue-15-note]: https://gitlab.com/interception/linux/plugins/caps2esc/-/issues/15#note_476593423 -[issue-9-note]: https://gitlab.com/interception/linux/plugins/caps2esc/-/issues/9#note_474942893 +[issue-9-note-1]: https://gitlab.com/interception/linux/plugins/caps2esc/-/issues/9#note_474942893 +[issue-9-note-2]: https://gitlab.com/interception/linux/plugins/caps2esc/-/issues/9#note_476602097 [key-repeat-fix]: https://github.com/oblitum/caps2esc/issues/1