Fix(linux): JIS key mapping - #1228
Conversation
Package Changes Through 0718d67There are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
pewsheen
left a comment
There was a problem hiding this comment.
Tested and looks good! Thanks!
|
@ushinohama966 Could you follow https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits to sign your commit? otherwise we can't merge this PR. |
ceb0335 to
0718d67
Compare
|
@pewsheen Thank you for the feedback! |
Description
This PR adds missing mappings for Japanese (JIS) keyboard specific keys (
Zenkaku_Hankaku,Hiragana_Katakana,Henkan, andMuhenkan) inraw_key_to_keyfor the GTK backend.Without this mapping, pressing these keys on Linux environments causes them to fall back to
Key::Unidentified, leading to unexpected behaviors or warning logs in frontend event handlers.