Hello,
I have an ASUS laptop (F50SF) and I was playing around in C++ trying to intercept the multimedia keys (next track, previous track, play/pause, etc.), but I cannot figure out exactly how to do this. I tried GetAsyncKeyState(VK_MEDIA_NEXT_TRACK)
but to no avail.
I know it is possible (and that the keys are working in the first place) because these keys work fine in Windows Media Player.
Any ideas?