Hi, is there anyway to force Xorg to choose which nationality of keyboard I have?
I have the following in my xorg.conf
but I have both a PS/2 keyboard and a dell usb keyboard in, and it seems to pick the "us" layout for both. weird.
Thanks in advance
I have the following in my xorg.conf
Code:
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
but I have both a PS/2 keyboard and a dell usb keyboard in, and it seems to pick the "us" layout for both. weird.
Thanks in advance