Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Keyboard layout switching with Alt+Shift
Date: Wed, 17 Dec 2008 19:45:06
Message-Id: 200812171843.57157.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Keyboard layout switching with Alt+Shift by Nikos Chantziaras
1 On Wednesday 17 December 2008, Nikos Chantziaras wrote:
2 > In KDE 3.5.10, I can't switch keyboard layouts with Alt+Shift even
3 > though that option is enabled in the control center:
4 >
5 > Regional & Accessibility->Keyboard Layout
6 > ->Xkb Option->Layout Switching->[x] Alt+Shift change layout.
7 >
8 > The generated "Command" is:
9 >
10 > setxkbmap -option grp:alt_shift_toggle
11 >
12 > It works fine in KDE 4.1.3. It even generates the same "Command".
13 > Furthermore, loading the KDE 4 keyboard layout applet in KDE 3 works and
14 > I can switch with Alt+Shift. The KDE 3 one doesn't. What am I missing?
15
16 I can't directly answer the KDE related question, but I do it like this in
17 my /etc/X11/xorg.conf and it works fine either in Fluxbox, or in KDE (with
18 Fbx as the WM):
19
20 Section "InputDevice"
21 Option "XkbLayout" "gb,de"
22 Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:menu"
23
24 HTH.
25 --
26 Regards,
27 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Keyboard layout switching with Alt+Shift Nikos Chantziaras <realnc@×××××.de>