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 |https://invent.kde.org/plas
                   |ma/kwin/-/commit/ff2566562d |ma/kwin/-/commit/1654ddd270
                   |413dc268d87b3c72fd56a6061a5 |849e7c0b093324f5b094cb12d13
                   |d40                         |c88

--- Comment #5 from Zamundaaa <xaver.h...@gmail.com> ---
Git commit 1654ddd270849e7c0b093324f5b094cb12d13c88 by Xaver Hugl.
Committed on 25/09/2024 at 19:05.
Pushed by zamundaaa into branch 'Plasma/6.2'.

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.


(cherry picked from commit ff2566562d413dc268d87b3c72fd56a6061a5d40)

Co-authored-by: Xaver Hugl <xaver.h...@gmail.com>

M  +21   -19   src/plugins/overview/overvieweffect.cpp
M  +1    -1    src/plugins/windowview/windowvieweffect.cpp

https://invent.kde.org/plasma/kwin/-/commit/1654ddd270849e7c0b093324f5b094cb12d13c88

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to