[Bug 277531] x11/xorg: "Menu" key works on some keyboards not on others
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277531 Alexander Verbovetsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Alexander Verbovetsky <[email protected]> --- 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.