Comment 139 for bug 196277

Revision history for this message
evgen (evgen-alice-dsl) wrote : Re: [hardy] keyboard layout switching shortcut doesn't work after reboot

ok the issue with deadkeys is solved as a workaround too, as i have just tested with "setxkbmap de,ru -variant nodeadkeys," in terminal and it worked so,

new setting in xorg file:

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "de,ru"
 Option "XkbVariant" "nodeadkeys,"
 Option "XKbOptions" "grp:alt_shift_toggle"
EndSection

have you seen this differens?
replaced Option "XkbVariant" "nodeadkeys" with Option "XkbVariant" "nodeadkeys,"
:-P
so all you need is:

Option "XkbVariant" "nodeadkeys,nodeadkey" OR
Option "XkbVariant" ",nodeadkey" OR
Option "XkbVariant" "nodeadkeys,"
what ever your layouts need