You are not logged in.
Pages: 1
Then I use 2 languages, Option "XkbLayout" "us,lt" in /etc/X11/xorg.conf, then work keyboard layout.
If I use 3 languages in XkbLayout, then not work layout.
There some part of /etc/X11/xorg.conf:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,lt,ru"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Goodbye!
Offline
Offline
So it is bug?
Goodbye!
Offline
You didn't tell what's your problem is though. I suppose you just cannot switch layouts with Alt-Shift, right?
Try if Shift-Alt (sic!) works for you. Also try grp:ctrl_shift_toggle (only RightCtrl-Right shift work, LeftCtrl-LeftShift switches to first layout instantly).
So it is bug?
Yes. Both xkeyboard-config 0.6 and 0.9 are buggy, but bugs are triggered for specific keyboard layout combinations.
For example, I had bug with 0.6 with my xorg config, while many others don't.
0.9 fixed bug for me, but now other people have problems.
As you may see in that bug report the problem mostly depends on XkbLayout combination, though I thought it was due to grp:alt_shift_toggle first.
to live is to die
Offline
Problem:
Option "XkbLayout" "us,lt" - work with left shift and left ctrl.
Option "XkbLayout" "us,lt,ru" - not work with leftt shit and left ctrl.
I know that need change layout with Shift+Alt.
Right control plius right shift work with 3 languages.
Thanks!
Goodbye!
Offline
You could also use xbindkeys to make a hotkey combination for each layout; toggling would be a bit more complicated..
Offline
Pages: 1