Jump to content

Need keystrok script


 Share

Recommended Posts

fine...

hotkeyset("{f10}", "doit")

func doit()
hotkeyset("{f10}", "stop")
while 1
send("a")
send("s")
wend
endfunc

func stop()
exit
endfunc

while 1
sleep(100)
wend

I havent tested it. im on a mac but it should work.

Edited by spyrorocks
Link to comment
Share on other sites

There is such a great helpfile(s) with AutoIT, and one of the basics is Send, if you study it a bit, then you might be able to do it on your own, instead of asking?

I did, and it makes repetative tasks so much simpler, just put a little time in it, and you see that the potentials are way bigger.

Kind Regards, Starf0x :">

Link to comment
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
 Share

  • Recently Browsing   0 members

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