[Bug 252235] x11/xorg: MacBook Pro 8,3 faulty key mapping

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 28 16:33:26 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252235

Michael Gmelin <grembo at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grembo at FreeBSD.org

--- Comment #2 from Michael Gmelin <grembo at FreeBSD.org> ---
(In reply to Jason W. Bacon from comment #0)

Could you try putting the config snippet below into
"/etc/X11/xorg.conf.d/macbook-xkb.conf" instead of what you have in there at
the moment?


Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "XkbRules" "evdev"
        Option "XkbLayout" "us"
        Option "XkbVariant" "mac"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list