[Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others
Date: Thu, 07 Mar 2024 07:33:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277531 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 keyboard, 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.467621000 +0000 @@ -71,7 +71,7 @@ alias <ALGR> = <RALT>; <RWIN> = 134; <COMP> = 135; - alias <MENU> = <COMP>; + //alias <MENU> = <COMP>; <RCTL> = 105; <ESC> = 9; @@ -214,7 +214,7 @@ alias <I144> = <FIND>; // #define KEY_FIND 136 alias <I145> = <CUT>; // #define KEY_CUT 137 alias <I146> = <HELP>; // #define KEY_HELP 138 - <I147> = 147; // #define KEY_MENU 139 + <MENU> = 147; // #define KEY_MENU 139 <I148> = 148; // #define KEY_CALC 140 <I149> = 149; // #define KEY_SETUP 141 <I150> = 150; // #define KEY_SLEEP 142 -- You are receiving this mail because: You are the assignee for the bug.