[Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others
Date: Fri, 08 Mar 2024 09:43:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277531
Alexey Dokuchaev <danfe@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |danfe@FreeBSD.org
Status|New |Open
--- Comment #3 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Tim Chase from comment #0)
> $ xev 2>/dev/null | awk '/^Key/{k=$1}/keysym/{sub(/, same_screen.*/,
> "");print k, $0}'
> KeyPress state 0x10, keycode 147 (keysym 0x1008ff65, XF86MenuKB)
> KeyRelease state 0x10, keycode 147 (keysym 0x1008ff65, XF86MenuKB)
> KeyPress state 0x10, keycode 135 (keysym 0xff67, Menu)
> KeyRelease state 0x10, keycode 135 (keysym 0xff67, Menu)
Interesting. I never noticed any problems with the Menu key, but decided to
try my keyboards nonetheless (main PS/2 one and two pluggable USB ones I had
lying around), all three reported the same keycode 117 (with
xf86-input-keyboard-1.9.0 driver):
KeyPress state 0x0, keycode 117 (keysym 0xff67, Menu)
KeyRelease state 0x0, keycode 117 (keysym 0xff67, Menu)
--
You are receiving this mail because:
You are the assignee for the bug.