Jump to content

Help with Autohotkey

ROck_
Go to solution Solved by Denned,

You would probably have to split it up. Sleep wont be understood in a sendinput command as far as I know.

Numpad5::SendInput, t/{enter}Sleep, 100SendInput, {end}{up 2} {enter}

I think that would be the correct way to do it.

I need help with how to add sleep in sendinput

Numpad5::SendInput t/{enter}{sleep 100}{end}{up}{up}{enter}

how do I make this work? Everything works except that sleep,I need 100 ms delay in between.

Link to comment
Share on other sites

Link to post
Share on other sites

You would probably have to split it up. Sleep wont be understood in a sendinput command as far as I know.

Numpad5::SendInput, t/{enter}Sleep, 100SendInput, {end}{up 2} {enter}

I think that would be the correct way to do it.

Link to comment
Share on other sites

Link to post
Share on other sites

Thank you,I think i tried like this earlier,must have made some tiny mistake  :P

Link to comment
Share on other sites

Link to post
Share on other sites

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

×