https://bugs.kde.org/show_bug.cgi?id=464175
--- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- This is the log when using RU-RU layout: The key-press for the '2' key arrives as Qt::Key_At and key-release arrives and Qt::Key_2, which blocks confuses the shortcuts matcher [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x1000021 mod: 0x4000000 text: none autorepeat: 0" [9556] keyPressed - Pressed keys: QSet(Qt::Key_Control) [9556] tryActivateReadyShortcut - Deactivated previous shortcut action act: "Tool Invocation" [9556] tryActivateReadyShortcut - Preparing new ready action act: "Alternate Invocation" [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x1000020 mod: 0x6000000 text: none autorepeat: 0" [9556] keyPressed - Pressed keys: QSet(Qt::Key_Shift, Qt::Key_Control) [9556] tryActivateReadyShortcut - Deactivated previous shortcut action act: "Alternate Invocation" [9556] tryActivateReadyShortcut - Preparing new ready action act: "Alternate Invocation" [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x40 mod: 0x6000000 text: 2 autorepeat: 0" [9556] keyPressed - Pressed keys: QSet(Qt::Key_Shift, Qt::Key_Control, Qt::Key_At) [9556] tryActivateReadyShortcut - Deactivated previous shortcut action act: "Alternate Invocation" [9556] tryActivateReadyShortcut - Preparing new ready action act: "Tool Invocation" [9556] krita.tabletlog: "[ ] KeyRelease key: 0x40 mod: 0x6000000 text: 2 autorepeat: 1" [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x40 mod: 0x6000000 text: 2 autorepeat: 1" # FAULTY KEY RELEASE [9556] krita.tabletlog: "[ ] KeyRelease key: 0x32 mod: 0x6000000 text: 2 autorepeat: 0" [9556] keyReleased - Peculiar, key released but can't remember it was pressed [9556] keyReleased - Released keys: QSet(Qt::Key_Shift, Qt::Key_Control, Qt::Key_At) [9556] krita.tabletlog: "[ ] KeyRelease key: 0x1000020 mod: 0x4000000 text: none autorepeat: 0" [9556] keyReleased - Released keys: QSet(Qt::Key_Control, Qt::Key_At) [9556] krita.tabletlog: "[ ] KeyRelease key: 0x1000021 mod: 0x0 text: none autorepeat: 0" [9556] keyReleased - Released keys: QSet(Qt::Key_At) [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x20 mod: 0x0 text: autorepeat: 0" [9556] keyPressed - Pressed keys: QSet(Qt::Key_Space, Qt::Key_At) [9556] krita.tabletlog: "[ ] KeyRelease key: 0x20 mod: 0x0 text: autorepeat: 1" [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x20 mod: 0x0 text: autorepeat: 1" [9556] krita.tabletlog: "[ ] KeyRelease key: 0x20 mod: 0x0 text: autorepeat: 1" [9556] krita.tabletlog: "[ ] ShortcutOverride key: 0x20 mod: 0x0 text: autorepeat: 1" [9556] krita.tabletlog: "[ ] KeyRelease key: 0x20 mod: 0x0 text: autorepeat: 1" -- You are receiving this mail because: You are watching all bug changes.