Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-02-13 07:26:51

malcolm
Member
Registered: 2007-02-13
Posts: 3

Select a keyboard layout?

How do we select a different keyboard in xfce? I've installed xfce-xkb-plugin but it only displays one choice in the pop-up: US.

I like to use dvorak. How do we get the plugin to offer more than one choice?

Offline

#2 2007-02-13 08:18:45

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Select a keyboard layout?

Add more keyboard layouts in the xorg.conf file.

Offline

#3 2007-02-13 20:42:09

lucidmind
Member
Registered: 2007-01-29
Posts: 8

Re: Select a keyboard layout?

example from my xorg.conf

Section "InputDevice"

    Identifier    "Keyboard0"

    Driver    "kbd"

    Option    "CoreKeyboard"

    Option    "XkbRules" "xorg"

    Option    "XkbModel" "pc105"

       Option  "XkbLayout"   "de,no,se"

    Option  "XkbOptions"  "grp:alt_shift_toggle"

EndSection

Offline

#4 2007-02-14 03:43:12

malcolm
Member
Registered: 2007-02-13
Posts: 3

Re: Select a keyboard layout?

OK. I have two xorg.conf files. I'm not sure which is being used so I'll change both.

Making changes in both doesn't affect the plugin at all, even though the system behaviour has changed. It now uses dvorak as default. That is what I want, but I would like a switcher so that others can use the QWERTY keymapping.

thanks for your help.

Offline

#5 2007-02-14 18:09:00

MagnusBerg
Member
Registered: 2004-12-17
Posts: 46

Re: Select a keyboard layout?

I don't now is this will help you but it's a fun knowledge:
Look for your keyboards in /usr/share/X11/xkb/rules/xorg.lst (this is a Debian path) and see that they are called.
Then remove that unsofisticated "pc105" from you XkbModel line and insert the correct call instead.

In my case I got a Logitech Cordless Desktop Pro called logicdp and my line looks like this:

Option "XkbModel" "logicdp"

Offline

#6 2007-02-19 01:26:46

malcolm
Member
Registered: 2007-02-13
Posts: 3

Re: Select a keyboard layout?

I've got freeBSD running. The equivalent path is /usr/X11R6/lib/X11/xkb/rules. Looking through the list I can't see my keyboard listed, an IBM KB-7953, so I'll have to stick with the generic description.

Offline

Board footer

Powered by FluxBB