https://bugs.kde.org/show_bug.cgi?id=518683
--- Comment #7 from user <[email protected]> --- (In reply to Noah Davis from comment #4) > Are you sure you haven't rebound the CapsLock key? Now that I remember, I have "Caps Lock is disabled" enabled in the keyboard settings. After disabling that setting, the problem went away. So a very obscure bug. I added extra logging to try and debug this myself, pressing Caps with the option "Caps Lock is disabled": QKeySequence(QKeySequence::HelpContents): QKeySequence("") event->key(): 0 event->nativeModifiers(): 0 event->nativeScanCode(): 66 event->nativeVirtualKey(): 16777215 event->text(): "" I'm guessing because Help isn't bound the check passes because key() is 0. -- You are receiving this mail because: You are watching all bug changes.
