Heya,  
I have a remote media control. It has some buttons that cant be used for my media player and i would want to rebind them with Autoit Hotkey but for me to do this i need to know there keys in the first place  
 
Is there any way or script for me to run so it detects the keys that r inputed from the remote ? 
	
			 
		 
		
			though it took me a while to find it, if your refereing to this http://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htm then i am a little confused because looking at the sample code 
 
 #include 
$dll = DllOpen("user32.dll")
While 1
    Sleep ( 250 )
    If _IsPressed("23", $dll) Then
        MsgBox(0,"_IsPressed", "End Key Pressed")
        ExitLoop
    EndIf
WEnd
DllClose($dll)
 
I would need to know the "numbers" of the keys that r being pressed for the code to detect and then