Jump to content

Help with Autohotkey

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.

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
https://linustechtips.com/topic/533060-help-with-autohotkey/#findComment-7074536
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

×