On 2020-04-06, Grant Edwards <[email protected]> wrote: > On 2020-04-06, Michael <[email protected]> wrote: > >> Did you try '/etc/X11/xorg.conf.d/10-evdev.conf' ? > > My keyboard config is in /etc/X11/xorg.conf.d/30-keyboard.conf > > The control/capslock key mapping still works, but the keyboard layout > is borked. If I remove that file, the control/capslock mapping stops > working (as expected), and the kayboard layout is OK. > > Next, I tried just removing 'Option "XkbLayout'", and that made no > difference. Here is what I started with: > > Section "InputClass" > Identifier "keyboard-all" > Driver "libinput" > Option "XkbLayout" "us" > Option "XkbRules" "xorg" > Option "XkbOptions" "ctrl:nocaps,compose:ralt" > MatchIsKeyboard "on" > EndSection
I also had to remove the "XkbRules" option. Now the keyboard mapping is back to "normal". 'Twould be nice if things like that were documented somewhere, but I'm not sure where it would be... -- Grant

