https://bugs.kde.org/show_bug.cgi?id=444569
Andrey <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/2c |ma/plasma-desktop/commit/ac |b9201be1e3a3f3d8f8a040de19b |d4fa1f74d752eba8c23ff5b325a |6a5a7827538 |9da6b3daf9c --- Comment #13 from Andrey <[email protected]> --- Git commit acd4fa1f74d752eba8c23ff5b325a9da6b3daf9c by Andrey Butirsky. Committed on 19/02/2023 at 22:22. Pushed by butirsky into branch 'Plasma/5.24'. fix: Keyboard layout shortcuts activate wrong language Fixes spare layout's shortcuts activating wrong layout after the first use, see the bug for the details. When we switch to a spare layout (by the shortcuts or via applet's menu), rearrangement of layouts happen - the spare one becomes the last in the main loop, preempting the previous one on it's place. Layouts-specific shortcut actions activate the layout by index which is hold in the action's data. Thus, the indexes should be adjusted accordingly. (cherry picked from commit 7525b4a692ac4a13a29771568d3153b7505d75da) M +25 -2 kcms/keyboard/keyboard_daemon.cpp https://invent.kde.org/plasma/plasma-desktop/commit/acd4fa1f74d752eba8c23ff5b325a9da6b3daf9c -- You are receiving this mail because: You are watching all bug changes.
