https://help.ubuntu.com/xubuntu/desktopguide/C/switch-keyboard-layout.html
I will try this above that is:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BACKUP
Find the section that looks like this:
Section "InputDevice"Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Change "us" to whatever language code you prefer. Next, type this from a terminal:
setxkbmapAnd ... it looks as it works.
No comments:
Post a Comment