UK keyboard layout - not international

Adam Funk a24061 at yahoo.com
Fri Oct 27 10:02:51 UTC 2006


On 2006-10-27, Richard Urwin <RUrwin at SRHSYSTEMS.com> wrote:
> From: Adam Funk
>> What's in the keyboard section of your /etc/X11/xorg.conf file?
>
> Section "InputDevice"
>     Identifier     "Generic Keyboard"
>     Driver         "kbd"
>     Option         "CoreKeyboard"
>     Option         "XkbRules" "xorg"
>     Option         "XkbModel" "pc104"
>     Option         "XkbLayout" "us"
> EndSection

Mine says this:


Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"
        Option          "XkbOptions"    "compose:rwin"   # see note below
EndSection


That compose:rwin is an option I added for composing "foreign"
characters.  Except when I use the rwin key, my character keys never
wait for any other keys.





More information about the ubuntu-users mailing list