Jump to content

Recommended Posts

Guest Lonnon
Posted

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

Posted

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 (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 written

Sleep(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)

WEnd

two 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 betas

and 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 either

it just sends e n d and for home id sends h o m e

Edited by Lonnon

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...