https://bugs.kde.org/show_bug.cgi?id=423084
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fab...@ritter-vogt.de --- Comment #9 from Fabian Vogt <fab...@ritter-vogt.de> --- I've seen this on other systems as well and debugged that together with dfaure quite a while back. IIRC, the issue is that kglobalaccel looks at the key syms in the sequence, queries all key codes which can produce this sym with any modifiers and registers grabs for them. If one of those modifiers is one that Qt does not support (Mode_switch?) then it's grabbed anyway but interpreted wrongly, which results in lost events. In the case of a grab for "`" breaking 4, check the output of "xmodmap -pke | grep grave", it probably includes a line with the keycode for 4. -- You are receiving this mail because: You are watching all bug changes.