You are not logged in.

#1 2021-04-08 14:05:30

bloat
Member
Registered: 2021-04-05
Posts: 5

Change keyboard layout in XFCE+Mutter

Hello, I am trying to change my keyboard layout to ro+std and us+euro.
I am using xfce as de but mutter as wm.
Because I know gnome overwrites the xkb configuration, I have in dconf settings, input-sources [('xkb', 'us+euro'), ('xkb', 'ro+std')] as sources and ['grp:lalt_lshift_toggle'] as xkb-options.
setxkbmap -query returns:

rules:      evdev
model:      pc86
layout:     us,ro
variant:    euro,std
options:    grp:lalt_lshift_toggle

because I have in /etc/X11/xorg.conf.d/10.evdev.conf:

Section "InputClass"
	Identifier "evdev keyboard catchall"
	Driver "evdev"
	Option "xkbmodel" "pc86"
	Option "xkb_layout" "us,ro"
	Option "xkb_variant" "euro,std"
	Option "xkb_options" "grp:lalt_lshift_toggle"
EndSection

but when I press alt+shift the keyboard layout doesn't change.
Any solutions?

Offline

#2 2024-01-22 10:36:54

eri
Member
Registered: 2013-09-14
Posts: 5

Re: Change keyboard layout in XFCE+Mutter

same issue. Tell me if you successed with it

Offline

#3 2024-01-22 15:13:47

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: Change keyboard layout in XFCE+Mutter

"pc86" looks like a problem, what does "lalt + lshift" actually produce in "xev -event keyboard"?

Online

Board footer

Powered by FluxBB