Click to See Complete Forum and Search --> : Keyboard type problem - international VS. US standard


mongoloid001
08-17-2002, 01:43 AM
I set it to be international instead US standard during the installation. Now find out that it's not what I wanted. How do I switch back to US standard?

Example: need to tpye twice to get the quote (');

Thanks!

Mandrake/IceWM if that matters...

mdwatts
08-17-2002, 10:31 AM
Can you still access the KDE Control Center?

Under Peripherals/Keyboard/Layout.

You can also try changing the layout in /etc/X11/XF86Config (-4).


Section "InputDevice"
Driver "keyboard"
Identifier "Cirque_IC"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_group3"
Option "XkbVariant" "basic"
EndSection

mongoloid001
08-17-2002, 02:21 PM
Mine was:

---------------
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_intl "

EndSection
---------------

Thanks!