https://bugs.kde.org/show_bug.cgi?id=424319
--- Comment #27 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 59c60f7ea94a4a0d97e3c1935902285f51ba4268 by Dmitry Kazakov. Committed on 27/11/2020 at 21:34. Pushed by dkazakov into branch 'krita/4.3'. Another attempt to fix the locked modifiers state on Windows It looks like Windows drops some key events when the user presses Windows' window manager shortcuts, e.g. Alt+Space. Steps to reproduce: 1) Press Alt+Space, see window title menu appeared 2) Click on the canvas to hide it 3) Now Krita is in a locked state. Press Alt key to unlock it. M +26 -0 libs/ui/input/kis_input_manager.cpp M +14 -10 libs/ui/input/kis_input_manager_p.cpp M +1 -0 libs/ui/input/kis_input_manager_p.h M +20 -0 libs/ui/input/kis_shortcut_matcher.cpp M +14 -0 libs/ui/input/kis_shortcut_matcher.h https://invent.kde.org/graphics/krita/commit/59c60f7ea94a4a0d97e3c1935902285f51ba4268 -- You are receiving this mail because: You are watching all bug changes.