Summary: | Unable to map keys with keycodes above 255 | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | David Korth <gerbilsoft> |
Component: | kcm_keys | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | duha.bugs, fanzhuyifan, kde, nate |
Priority: | NOR | ||
Version First Reported In: | 6.3.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Korth
2025-02-24 05:07:53 UTC
Thank you for the bug report! Please note that Plasma 6.2.91 will not be supported for much longer by KDE; supported versions are 5.27., and 6.3 or newer. Please upgrade to the latest version as soon as your distribution makes it available to you. Plasma is a fast-moving project, and bugs in one version are often fixed in the next one. Whoops, somehow the Plasma version field was left at 6.2.91. I'm actually using 6.3.1, as indicated in the first comment. Updated the Plasma version field. *** This bug has been marked as a duplicate of bug 422401 *** If `xmodmap -pke` doesn't contain these keys, then this is a duplicate of 422401 (kde cannot handle unmapped keys). If the output of `xmodmap -pke` contains these keys, but you cannot assign them in kde, feel free to reopen this issue. `xmodmap -pke` only shows up to keycode 255. These keys are 444, 445, and 446. I'm using Wayland, so I'm not sure if the 8-bit keycode limit still applies. xkeyboard-config's repo does have definitions for these keys in two files: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/keycodes/evdev#L416 https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/symbols/inet#L263 Unsure if they're actually used, though. (In reply to David Korth from comment #5) > `xmodmap -pke` only shows up to keycode 255. These keys are 444, 445, and > 446. > > I'm using Wayland, so I'm not sure if the 8-bit keycode limit still applies. > > xkeyboard-config's repo does have definitions for these keys in two files: > https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/ > master/keycodes/evdev#L416 > https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/ > master/symbols/inet#L263 > > Unsure if they're actually used, though. I see. Since keycodes above 255 might be different, for now let's keep this open as a separate issue. Maybe https://www.reddit.com/r/swaywm/comments/exlcof/xkb_mapping_for_keycodes_higher_than_255/ is helpful. *** This bug has been marked as a duplicate of bug 475574 *** |