https://bugs.kde.org/show_bug.cgi?id=494579
--- Comment #11 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 73c5fd52a10805335316373e7bdf44565aecfbd8 by Vlad Zahorodnii, on behalf of Yifan Zhu. Committed on 14/10/2024 at 19:48. Pushed by vladz into branch 'master'. Revert "trigger modifier-only shortcuts when any modifier is released" By default, xkeyboard-config maps shifted alt to meta, so kglobalacceld gets meta events instead of alt events: - press Alt: Alt - press Shift: Shift - release Alt: Meta - release Shift: Shift The commit changed from tracking key presses to only using key releases, causing Meta to trigger when alt is released when shift is pressed. Revert this change until we have a fix for https://invent.kde.org/plasma/kglobalacceld/-/issues/1. This reverts commit 7a6840180e5b710afa59fc297aabddf727173627. M +8 -2 src/globalshortcutsregistry.cpp M +9 -3 src/globalshortcutsregistry.h https://invent.kde.org/plasma/kglobalacceld/-/commit/73c5fd52a10805335316373e7bdf44565aecfbd8 -- You are receiving this mail because: You are watching all bug changes.