Date: Mon, 28 Dec 2020 16:33:26 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 252235] x11/xorg: MacBook Pro 8,3 faulty key mapping Message-ID: <bug-252235-7141-gDGD11Z61s@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252235-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-252235-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252235 Michael Gmelin <grembo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grembo@FreeBSD.org --- Comment #2 from Michael Gmelin <grembo@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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252235-7141-gDGD11Z61s>