Keyboard layout switcher shortcuts not working [$100]
Bug #1357895 reported by
gorgekara
This bug affects 89 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gala |
Fix Released
|
Medium
|
Santiago | ||
Switchboard Keyboard Plug |
Fix Released
|
Low
|
Santiago |
Bug Description
After a clean install of freya i added a new language and changed the Key(s) to change layout to Alt+Shift and Left Alt + Left Shift.
None of these combination works and the keyboard layout stays the same. The only way i can switch the layout is by using the mouse.
Related branches
lp://staging/~gala-dev/gala/keybinding-input-sources
- Gala developers: Pending requested
-
Diff: 63 lines (+35/-0)2 files modifieddata/org.pantheon.desktop.gala.gschema.xml.in.in (+8/-0)
src/WindowManager.vala (+27/-0)
lp://staging/~santileortiz/switchboard-plug-keyboard/switchboard-plug-keyboard
- Danielle Foré: Needs Fixing
-
Diff: 736 lines (+495/-107)5 files modifiedsrc/CMakeLists.txt (+1/-0)
src/Pages/Layout/settings.vala (+85/-5)
src/Pages/Layout/xkb_modifier.vala (+64/-0)
src/Pages/Options/option_handler.vala (+1/-70)
src/Pages/layout.vala (+344/-32)
tags: | added: indicator keyboard |
tags: | added: layout |
tags: | added: freya |
tags: | removed: indicator |
tags: |
added: gnome-settings-daemon removed: keyboard |
summary: |
- Keyboard layout switcher shortcuts not working + Keyboard layout switcher shortcuts not working [$25] |
summary: |
- Keyboard layout switcher shortcuts not working [$25] + Keyboard layout switcher shortcuts not working [$40] |
summary: |
- Keyboard layout switcher shortcuts not working [$40] + Keyboard layout switcher shortcuts not working [$50] |
summary: |
- Keyboard layout switcher shortcuts not working [$50] + Keyboard layout switcher shortcuts not working [$60] |
summary: |
- Keyboard layout switcher shortcuts not working [$60] + Keyboard layout switcher shortcuts not working [$100] |
Changed in switchboard-plug-keyboard: | |
assignee: | nobody → Cameron Norman (cameronnemo) |
importance: | Undecided → Low |
milestone: | none → freya-rc1 |
status: | Confirmed → In Progress |
assignee: | Cameron Norman (cameronnemo) → Santiago (santileortiz) |
Changed in gala: | |
assignee: | nobody → Santiago (santileortiz) |
importance: | Undecided → Medium |
milestone: | none → freya-rc1 |
status: | New → Fix Committed |
Changed in switchboard-plug-keyboard: | |
milestone: | freya-rc1 → none |
Changed in switchboard-plug-keyboard: | |
milestone: | none → freya-rc1 |
status: | In Progress → Fix Committed |
Changed in switchboard-plug-keyboard: | |
milestone: | freya-rc1 → freya-beta2 |
status: | Fix Committed → Fix Released |
Changed in gala: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Also affects me.
With English selected, setxkbmap -query shows:
rules: evdev shift_toggle, grp_led: scroll
model: pc105
layout: us
options: grp:alt_
Which doesn't seem correct because it doesn't have the additional layout (that is configured). After I change the layout using the graphical layout indicator, setxkbmap -query has this:
rules: evdev shift_toggle, grp_led: scroll
model: pc105
layout: il,us
variant: ,
options: grp:alt_
in both cases ALT+SHIFT does nothing.
Also, it may or may not be related, but selecting "Text Entry Settings..." from the keyboard layout indicator menu does nothing.