https://bugs.kde.org/show_bug.cgi?id=493589
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/ff2566562d | |413dc268d87b3c72fd56a6061a5 | |d40 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Zamundaaa <xaver.h...@gmail.com> --- Git commit ff2566562d413dc268d87b3c72fd56a6061a5d40 by Xaver Hugl. Committed on 25/09/2024 at 11:57. Pushed by zamundaaa into branch 'master'. plugins/overview, windowview: don't handle keyboard shortcuts on Wayland The only reason for handling them is that the effect grabs the keyboard, which disables global shortcuts on Xorg. In the Wayland session though, global shortcuts still work while the effects are active, and usually that works fine, as the global shortcuts filter filters out the key press events before they reach the effect. Modifier-only shortcuts though trigger on release, so they don't get filtered out and the shortcut effectively gets triggered twice, once by the effect on press, and once by kglobalacceld on release. M +21 -19 src/plugins/overview/overvieweffect.cpp M +1 -1 src/plugins/windowview/windowvieweffect.cpp https://invent.kde.org/plasma/kwin/-/commit/ff2566562d413dc268d87b3c72fd56a6061a5d40 -- You are receiving this mail because: You are watching all bug changes.