https://bugs.kde.org/show_bug.cgi?id=494579
--- Comment #5 from fanzhuyi...@gmail.com --- Git commit da6caa1c661af54b22971f6d5d0a9c6405451e4e by Yifan Zhu. Committed on 14/10/2024 at 17:23. Pushed by fanzhuyifan into branch 'Plasma/6.2'. 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/da6caa1c661af54b22971f6d5d0a9c6405451e4e -- You are receiving this mail because: You are watching all bug changes.