Created attachment 17376 [details] [review] add a few keys to the keysyms This is needed for some HID remote controls to work under X. XF86XK_AudioForward = KEY_FASTFORWARD XF86XK_AudioRepeat = ... XF86XK_AudioRandomPlay = KEY_SHUFFLE (the HID Usage Tables call it "Random Play") (Turns out there's no KEY_REPEAT in the Linux kernel headers...) I have half-a-gazillion more to be able to support the PS3 Bluetooth remote.
FYI, the definition for repeat was added: #define KEY_MEDIA_REPEAT 0x1b7 I'll put up an updated patch with more of the keys I would need later on.
Created attachment 17478 [details] [review] Updated patch This should be good enough to support the new keys I need for Sony Ericsson phones remote, and PS3 BD remotes.
Pushed, thanks. x11proto: 1cf41088ff751e60071a519466b5a51b65c7626a libX11: 39c0b266cac8cbc15bf501d7869186862f01d823
*** Bug 2337 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.