-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
New issue
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
Add magic capable (un)register functions #9125
Conversation
Thank you for your contribution! |
Some documentation would nice. |
e3de49f
to
6e0cabe
Compare
1d4c0cd
to
65c27a3
Compare
a1b96ba
to
3430907
Compare
6e0cabe
to
3be250c
Compare
3be250c
to
4153ecc
Compare
4153ecc
to
4cbc0da
Compare
4cbc0da
to
606efac
Compare
606efac
to
c33d789
Compare
23f0e62
to
2538c1e
Compare
2538c1e
to
1dc6a8c
Compare
closing since tap code functions are weak, now. |
Description
Adds support for "magic" processing of the (un)register_code(16) functions.
This is useful if you want to have the automagic handling of the keycodes, so that it swaps out modifiers or the like.
These functions will operate like a normal key, so it's possible to disable GUI keys, for instance.
Types of Changes
Checklist