https://bugs.kde.org/show_bug.cgi?id=469772
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Keyboard shortcut "CTRL+S" |In-app keyboard shortcuts |works roughly 50% of the |sometimes don't work |time | --- Comment #2 from Nate Graham <n...@kde.org> --- I added some debug logging and have noticed the following. When a shortcut works, we get a QKeyEvent with the modifier and the letter: Pressed: QKeyEvent(KeyPress, Key_Q, ControlModifier, text="\u0011") When it doesn't work, each key arrives as a separate event: Released: QKeyEvent(KeyRelease, Key_Control) Released: QKeyEvent(KeyRelease, Key_Q, text="q") -- You are receiving this mail because: You are watching all bug changes.