My laptop has a mysterious "AV Now" button on it, which would usually launch Samsung's "AVStation Now" application. I don't have this application installed, so I'd like to get this button to do something else.
So (and this question can be generalised to any keyboard with softbuttons on it), how would I go about writing a Windows program (C++ or C#) to:
- Figure out what pressing this button does. Is it a custom USB HID device, or is it just an obscure key combination?
- Install a global hook for this button, so that I could get it to do something useful.