Summary: | Keyboard Layout Widget: Specific "Change Layout" shortcuts change only to the previous language. | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | kcm_keyboard_layout | Assignee: | Andriy Rysin <arysin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, kde-2011.08 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: |
Description
Dotan Cohen
2011-10-23 11:56:14 UTC
Looks like setting the Layout Count to 2 effectively disables the 3rd and 4th layout shortcuts. Does setting the Count to 3 allow you to switch in any order between Meta+1, Meta+2, and Meta+3 regardless of previous layout? I could reproduce it - will take a look > Does setting the Count to 3 allow you to switch in any order
> between Meta+1, Meta+2, and Meta+3 regardless of previous layout?
Yes, with the Main Layout Count set to 3 I can use the last 3 keyboard shortcuts, but cannot access the fourth.
Git commit c282b201999af6d75e0d9227fd6a1d106beef975 by Andriy Rysin. Committed on 28/10/2011 at 03:13. Pushed by rysin into branch 'KDE/4.7'. Fix switching to spare keyboard layouts with global shortcut BUG: 284773 FIXED-IN: 4.7.3 M +4 -1 kcontrol/keyboard/keyboard_daemon.cpp M +17 -10 kcontrol/keyboard/layouts_menu.cpp M +1 -0 kcontrol/keyboard/layouts_menu.h http://commits.kde.org/kde-workspace/c282b201999af6d75e0d9227fd6a1d106beef975 Git commit d55e6f6da0e6b0114adf42b506ce39c79ffe2ed8 by Andriy Rysin. Committed on 28/10/2011 at 03:13. Pushed by rysin into branch 'master'. Fix switching to spare keyboard layouts with global shortcut BUG: 284773 FIXED-IN: 4.8 M +4 -1 kcontrol/keyboard/keyboard_daemon.cpp M +17 -10 kcontrol/keyboard/layouts_menu.cpp M +1 -0 kcontrol/keyboard/layouts_menu.h http://commits.kde.org/kde-workspace/d55e6f6da0e6b0114adf42b506ce39c79ffe2ed8 Thank you Andriy! Andriy, please use merges or "git cherry-pick -x" to forward-/backwordport a patch. I usually fix in branch (and set the fixed-in version there), then pick that patch in master. |