https://bugs.kde.org/show_bug.cgi?id=444569
Andrey <butir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/02 |ma/plasma-desktop/commit/2c |325c521066eb0afd5f2656093e7 |b9201be1e3a3f3d8f8a040de19b |1ce46ae2538 |6a5a7827538 --- Comment #11 from Andrey <butir...@gmail.com> --- Git commit 2cb9201be1e3a3f3d8f8a040de19b6a5a7827538 by Andrey Butirsky. Committed on 16/09/2022 at 23:22. Pushed by butirsky into branch 'Plasma/5.26'. 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/2cb9201be1e3a3f3d8f8a040de19b6a5a7827538 -- You are receiving this mail because: You are watching all bug changes.