https://bugs.kde.org/show_bug.cgi?id=384225
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from Martin Flöser <mgraess...@kde.org> --- I'm sorry, but there is nothing KWin can do about. Global shortcut handling is provided by kglobalaccel. But even kglobalaccel cannot do anything about it. The key press of the modifier is always sent, only the key press of the key which triggered the global shortcut will be hidden from applications, but the key release is then sent again. There is really nothing we can do about it. But libvirt can react on it. It gets an event that the another client grabbed the keyboard. In this case it should dismiss all the pressed events. I would recommend to change the shortcuts to not use win-modifier. -- You are receiving this mail because: You are watching all bug changes.