https://bugs.kde.org/show_bug.cgi?id=519755
--- Comment #6 from Wismill <[email protected]> --- CachyOS uses xkeyboard-config 2.47, which has the following mappings: key <FK24> { [ F24, XF86TouchpadToggle ], type[Group1] = "PC_CONTROL_SUPER_LEVEL2" }; key <I538> { [ XF86TouchpadToggle ] }; // KEY_TOUCHPAD_TOGGLE The issue seems somewhere in the low level (firmware, kernel, libinput). Ideally, only KEY_TOUCHPAD_TOGGLE should be sent. A possible workaround is to remove the F24 mapping in XKB: create a file `~/.config/xkb/symbols/inet` with the following content: partial alphanumeric_keys xkb_symbols "evdev" { include "%S/evdev" key <FK24> { [F24], type[Group1] = "ONE_LEVEL" }; // Compatibility mapping for kernel < v6.17 key <ZEHA> { [ F24 ], type[Group1] = "ONE_LEVEL" }; }; -- You are receiving this mail because: You are watching all bug changes.
