Zsh completions for keymapperctl
(version 4.8.0)
#139
ristomatti
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Very cool, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.conf
file under Keymapper's config directory.For the virtual modifier completion to work, it assumes:
rg
) is installed.conf
files can be found inkeymapper
directory under$XDG_CONFIG_HOME
or$HOME/.config
I hope someone finds this useful!
The script:
Beta Was this translation helpful? Give feedback.
All reactions