[Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others
Date: Sun, 29 Sep 2024 14:53:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277531
Alexander Verbovetsky <alik@ejik.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alik@ejik.org
--- Comment #4 from Alexander Verbovetsky <alik@ejik.org> ---
For my standard pc104 keyboard
kern.evdev.input.4.name: SONiX USB Keyboard, class 0/0, rev 2.00/2.10, addr 7
the key "Menu" gives keycode 147 (keysym 0x0000, NoSymbol) if
kern.evdev.rcpt_mask=6
that is, evdev uses kbdmux. If
kern.evdev.rcpt_mask=12
evdev uses ukbd and the Menu key gives keycode 135 (keysym 0xff67, Menu) and
works perfectly.
--
You are receiving this mail because:
You are the assignee for the bug.