-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix(keymap): Replace some keypad keycodes #2103
Conversation
This change fix keymapping in MacOS and Linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous configuration works only for keyboards with an English layout, with this change it works in all languages.
This is definitely incorrect...but using a shifted keycode instead of a keypad keycode is at least more consistent with all the other punctuation on this layer, so it gets my vote.
Thank @lesshonor, I tried the original configuration in Spanish and the problem was that it strictly uses the |
How about fixing this in other default keymaps as well? I see the same issue for:
|
Do you want me to include it in the same PR? |
I think that would be appropriate, if you update the PR name accordingly. |
I already changed them in corne, microdox, iris and splitkb_aurora_corne. In lily58 and sofle it would not correspond because the character that is represented is strictly the Note: I didn't find the corneish_zen keymap, will you use any of the others? |
Re: lily58 and sofle, I mean e.g. this Here is the For the PR title, something like "fix(keymap): Replace some keypad keycodes" might be generic and informative enough to cover these changes. |
All complete suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
@caksoylar @lesshonor |
No, one of the core contributors will need to have a look and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This change fixes the key mapping for the coner keyboard in the raise_layer.
The previous configuration works only for keyboards with an English layout, with this change it works in all languages.