https://bugs.kde.org/show_bug.cgi?id=484439
--- Comment #14 from Oded Arbel <o...@geek.co.il> --- (In reply to Kirill Zhumarin from comment #12) > > Still broken. At least on X11. > > > > 1. Press `Alt` > > 2. Press `Shift` > > 3. Release ONLY `Alt` > > 4. Try to type text. Typed text is uppercase (ok), BUT layout actually is > > not changed (bad). > > It looks like the layout changes when release both Alt and Shift. But it > should change immediately after pressing. The new code in Plasma 6.1 by Yifan Zhu (https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/44) implements modifier-only shortcut activation only when all keys are released withing 200ms of each other. During the discussion around that work, the issue was raised of triggering the shortcut by any key release, and work on that has been submitted for Plasma 6.2 (https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/53). The whole point of this work is to move away from relying on the KKB behavior (whether directly in X11 or through libxkbcommon in Wayland) and have a more correct behavior just for KDE. -- You are receiving this mail because: You are watching all bug changes.