https://bugs.kde.org/show_bug.cgi?id=489113
--- Comment #7 from fanzhuyi...@gmail.com --- So the problem is that on x11, we changed to using xcb record to trigger all shortcuts. This was needed to support modifier-only shortcuts, which need to be triggered on release, but key grabbing does not report any key release events. As per the x record extension documentation [0], " Core X device events and X extension device events with a code value between first and last inclusive that are not delivered to any clients will be recorded." This seems to imply that events delivered to clients will not be recorded. However, the actual behavior in this bug report is that events grabbed by other clients are still recorded. I don't know if I am mis-interpretting the documentation, or if this is an upstream bug. Alternately, I think we might have to remove modifier-only shortcut functionality on x11. [0] https://www.x.org/releases/X11R7.6/doc/libXtst/recordlib.html#protocol_ranges -- You are receiving this mail because: You are watching all bug changes.