Keyboard layout

Problem: The keyboard panel plugin in XFCE 4.6 has some bug and tends to “forget” the layout switch key combination (ALT+SHIFT).
Solution: Use the example file. Copy it from /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf to /etc/X11/xorg.conf.d, then open and edit the keyboard layouts as needed and insert the following option:

Section "InputClass"
	Identifier "keyboard-all"
	MatchIsKeyboard "on"
	MatchDevicePath "/dev/input/event*"
	Driver "evdev"
	Option "XkbLayout" "us"
	#Option "XkbVariant" ""
	Option "XkbOptions" "terminate:ctrl_alt_bksp,grp:alt_shift_toggle"
EndSection

You may need to configure the same from Menu > Settings > Keyboard and from the xfce4-xkb-plugin.



Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s