Zsh completions for keymapperctl version 5.3.1
#139
ristomatti
started this conversation in
Show and tell
Replies: 1 comment 2 replies
|
Very cool, thanks! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I wrote a zsh completion script for
keymapperctl. It can complete the options and, if applicable, also the virtual keys. The virtual keys can be defined in any.conffile under Keymapper's config directory.For the virtual modifier completion to work, it assumes:
rg) is installed.conffiles can be found inkeymapperdirectory under$XDG_CONFIG_HOMEor$HOME/.configI hope someone finds this useful!
The script:
All reactions