https://bugs.kde.org/show_bug.cgi?id=464289
--- Comment #3 from mpeter.68...@simplelogin.co --- (In reply to fanzhuyifan from comment #2) > If you run `xmodmap -pke`, is that key mapped? If not I think this should be > marked as a duplicate of BUG 422401 -- currently we cannot handle keys not > mapped in the keymap. I dont think so. There are no keys in the output that start with `KEY_`, and key codes are only enumerated until 255, I dont see 372 there. Can I fix it locally somehow? I have attempted to use `xmodmap -e "keycode 372 = XF86FullScreen"` (as found [here](https://xkbcommon.org/doc/current/xkbcommon-keysyms_8h.html)), but the command just says "bad keysym name 'XF86FullScreen' in keysym list". Also, according to the `wev` command, this key now produces keycode 380.. how did it change I dont know. -- You are receiving this mail because: You are watching all bug changes.