On Mon, Apr 6, 2020 at 11:12 AM Grant Edwards <grant.b.edwa...@gmail.com> wrote:
>
> On 2020-04-06, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> > On 2020-04-06, Michael <confabul...@kintzios.com> 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...

Take a look at the libinput(4) man page, which is installed by
x11-drivers/xf86-input-libinput.

Reply via email to