PDA

View Full Version : Scancodes: AltF10


lstockton
June 2nd 04, 07:01 PM
I'm trying to specify an AltF10 in the registry. I understand that the scancode is 71. So, how do I specify that in the registry?
Is it 71,00 or is it 00,71

I'm actually translating something else to it that I had successfully translated to something else previously.

So I had 44,00,71,E0 (the 71,E0 is actually this scancode off a dvd player eject button) The 44,00 is the F10. That works. When I hit the eject button, it signals an F10. The thing is, I really don't want to use F10. I'd like to use AltF10 but can't
figure that one out.

Google