We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was unable to find how to release a key outside of macros? I have this:
And want to prevent shift to be pressed while I press this key.
So I tried this:
But key_up seem to be part of the macros so I can't use it here.
Also I tried remaking the same with macros but was unable to make macros work I always get errors (see bottom left) even using the examples from https://github.com/sezanzeb/input-remapper/blob/main/readme/examples.md
The text was updated successfully, but these errors were encountered:
Hi, what is the output of input-remapper-control --version?
input-remapper-control --version
Sorry, something went wrong.
input-remapper 2.1.1 https://github.com/sezanzeb/input-remapper python-evdev 1.9.1```
No branches or pull requests
I was unable to find how to release a key outside of macros?
I have this:
And want to prevent shift to be pressed while I press this key.
So I tried this:
But key_up seem to be part of the macros so I can't use it here.
Also I tried remaking the same with macros but was unable to make macros work I always get errors (see bottom left) even using the examples from https://github.com/sezanzeb/input-remapper/blob/main/readme/examples.md
The text was updated successfully, but these errors were encountered: