# กันเหนียว backup xorg.conf ไว้ก่อน
$ cp xorg.conf xorg.conf.old
# การเปลียนภาษาบน ubuntu 8.04 โดยใช้ alt + shift แบบ manaul
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,th"
Option "XkbVariant" ","
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
No comments:
Post a Comment