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

-- 
[hardy] keyboard layout switching shortcut doesn't work after reboot
https://bugs.launchpad.net/bugs/196277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to