Date: Thu, 07 Mar 2024 07:33:46 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others Message-ID: <bug-277531-7141-eLoUmLP5cz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277531-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-277531-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=3D277531 Tatsuki Makino <tatsuki_makino@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatsuki_makino@hotmail.com --- Comment #1 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- I didn't think much of it, but it looks like my keyboard is also 147 keyboa= rd, and I don't get context menu :) The following changes also seem to switch from XF86MenuKB to Menu. Where is the most correct way to make changes? --- /usr/local/share/X11/xkb/keycodes/evdev.orig 2024-02-05 01:24:20.000000000 +0000 +++ /usr/local/share/X11/xkb/keycodes/evdev 2024-03-07 07:20:03.4676210= 00 +0000 @@ -71,7 +71,7 @@ alias <ALGR> =3D <RALT>; <RWIN> =3D 134; <COMP> =3D 135; - alias <MENU> =3D <COMP>; + //alias <MENU> =3D <COMP>; <RCTL> =3D 105; <ESC> =3D 9; @@ -214,7 +214,7 @@ alias <I144> =3D <FIND>; // #define KEY_FIND 136 alias <I145> =3D <CUT>; // #define KEY_CUT 137 alias <I146> =3D <HELP>; // #define KEY_HELP 138 - <I147> =3D 147; // #define KEY_MENU 139 + <MENU> =3D 147; // #define KEY_MENU 139 <I148> =3D 148; // #define KEY_CALC 140 <I149> =3D 149; // #define KEY_SETUP 141 <I150> =3D 150; // #define KEY_SLEEP 142 --=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-277531-7141-eLoUmLP5cz>