https://bugs.kde.org/show_bug.cgi?id=377155
--- Comment #9 from Martin Gräßlin <[email protected]> --- Found a difference in behavior between KWin and Weston. On KWin the event sequence for caps lock press followed by release is: 1. modifier update (caps lock on) 2. key update (press) 3. modifier update (caps lock off) 4. key update (release) On Weston it is: 1. key update (press) 2. modifier update (caps lock on) 3. key update (release) 4. modifier update (caps lock off) Now if we assume that Xwayland reacts on both the modifier state change and the key press we have in the KWin a caps lock enable (through modifier) followed by a capslock disable (through key press). Interestingly Xwayland 1.18 - which I have on this system - has no problem with the sequence. Personally I find the sequence KWin sends more logical, but whatever ;-) -- You are receiving this mail because: You are watching all bug changes.
