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
Just wonder if there is a possibility to change the grab/release shortcut Ctrl + Raspberry to other keys.
Ctrl + Raspberry
The text was updated successfully, but these errors were encountered:
The code to handle the shortcut is very, very crude- right now is checks the bitmasked function keys for a particular value:
pi400kb/pi400.c
Lines 225 to 238 in fd8bb80
It's also hard-coded and not very flexible.
What sort of combo where you thinking of?
Sorry, something went wrong.
This fork might be easier to modify, the shortcut keys aren't hard-coded. You can see the full list of available keycodes here.
No branches or pull requests
Just wonder if there is a possibility to change the grab/release shortcut
Ctrl + Raspberry
to other keys.The text was updated successfully, but these errors were encountered: