[Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277531

Tatsuki Makino <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Tatsuki Makino <[email protected]> ---
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.