LINUX.ORG.RU

История изменений

Исправление HomerSexual, (текущая версия) :

в иксах настрой

$ cat /etc/X11/xorg.conf.d/40-keyboard.conf
Section "InputClass"
        Identifier "keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,ru"
        Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Исходная версия HomerSexual, :

в иксах настрой

$ cat /etc/X11/xorg.conf.d/40-keyboard.conf
Section "InputClass"
        Identifier "keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,ru"
        Option "XkbOptions" "grp:ctrl_shift"
EndSection