I have a Gyration Media Center remote that I want to use with VLC in windows xp. The remote has a number of keys, but only four are picked up as keystrokes by windows. These are the HID keys:
VolumeUp
VolumeDown
Mute
MediaPlay
I have noticed that VLC already responds to the first three volume-related keys. It does not respond to MediaPlay. I would like to add support for the MediaPlay HID key to act as the pause/play function in VLC.
Could someone look into this or at least point me to the VLC code where Mute and the other volume keys are detected?
I would seem that VLC should handle all HID keys that make sense.