https://bugs.kde.org/show_bug.cgi?id=422401
--- Comment #11 from gudvinr+...@gmail.com --- (In reply to etoven from comment #10) > I want to talk about how your F keys goes to 24. Forget about the bug. 😲 You don't need keyboard that has F* keys to go to 24. Keyboard doesn't really know what key is pressed in same sense that OS does. Keyboard sends scancodes which might be translated as any key in OS. In most notebook keyboards Fn toggles F* row between F1-F12 keys and "action" keys like brightness control, volume control, etc. To simplify, these "action keys" have same scancodes that F13-F24 would have if you had them present. And you can remap scancodes to be registered by OS as F13-F24 keys yourself, if you want to. But in my case, I use QMK keyboard that sends scancodes for F13-F24 to avoid using same scancodes that my main keyboard. -- You are receiving this mail because: You are watching all bug changes.