https://bugs.kde.org/show_bug.cgi?id=422401
Wismill <d...@wismill.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |UPSTREAM Status|CONFIRMED |RESOLVED --- Comment #25 from Wismill <d...@wismill.eu> --- (In reply to fanzhuyifan from comment #21) > Unfortunately, given the current codebase, we also rely on that on wayland. > Currently all shortcuts are stored using QKeySequence. We use the keymap to > convert keycodes to keysyms, and then convert the keysyms into Qt keys. If > we want to support platform native keycodes, that would need a pretty > significant change throughout the code base. So we can consider this fixed upstream in xkeyboard-config 2.43, see: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/ChangeLog.md. The only enhancement I see possible atm is to *inform the user* that a key cannot be used in a shortcut because it has no binding in the keyboard layout, instead of just ignoring the input. You may install manually corresponding MR https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/726 in you user config, using the following tutorial: https://xkbcommon.org/doc/current/user-configuration.html. -- You are receiving this mail because: You are watching all bug changes.