PDA

View Full Version : scancode mapping and keys


lstockton
February 18th 04, 08:01 PM
I hope this is a simple question. I have a remote control unit that I'm wanting to use the volume buttons (which it would be nice to map them to up-arrow and down-arrow) so that MediaPlayer would accept this as volume control. I have a program that capture
s the button codes and tells me that when I push the volume up button, it's a 255. When I push volume down, it's a 237. My question is, how do I set this up? I'm new to key mapping and scan codes.

Google