https://bugs.kde.org/show_bug.cgi?id=424319
--- Comment #26 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 86cc68ea0db64258b3ed8e9257b5f14f59509d34 by Dmitry Kazakov. Committed on 27/11/2020 at 21:32. Pushed by dkazakov into branch 'master'. 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/86cc68ea0db64258b3ed8e9257b5f14f59509d34 -- You are receiving this mail because: You are watching all bug changes.