Guest Lonnon Posted May 12, 2005 Posted May 12, 2005 i need to know what the command for the numberpad numers is, for example in AC tools the command is {num 1} for the number 1 on the number pad Any help on what the command in autoit would be fantastic
scriptkitty Posted May 12, 2005 Posted May 12, 2005 look in help file under send and send key list {NUMPAD0} - {NUMPAD9} Numpad digits send("{NUMPAD1}") ; this send the 1 on the numberpad AutoIt3, the MACGYVER Pocket Knife for computers.
Guest Lonnon Posted May 12, 2005 Posted May 12, 2005 (edited) look in help file under send and send key list{NUMPAD0} - {NUMPAD9} Numpad digits send("{NUMPAD1}") ; this send the 1 on the numberpad<{POST_SNAPBACK}>i tried that but it doent work this is how it is writtenSleep(3000)While(1) For $i = 1 to 355999 WinSend("sb-macro", "", "1") Sleep(16000) WinSend("sb-macro", "", "1") Sleep(16000) WinSend("sb-macro", "", "1") Sleep(16000) WinSend("sb-macro", "", "1") Sleep(16000) WinSend("sb-macro", "", "1") Sleep(16000) Next WinSend("sb-macro", "", "6") Sleep(5000) WinSend("sb-macro", "", "7") Sleep(5000)WEndtwo weird things is that i had a friend send this app to me and his says autoit3 (beta)and the winsend command works in it but bot he stable versions or the new betasand win i put in {numpad1} it doesnt do any thing, and yes i have a macro that changes my window name to sb-macro but where do i put the {numpad1}home and end dont work eitherit just sends e n d and for home id sends h o m e Edited May 12, 2005 by Lonnon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now