Jump to content

Recommended Posts

Posted

Hello and welcome 

first of all there is a help file with examples inside for mostly commands in Autoit where you can learn so much from ;) 

 

 

I don't know AHK :D but it looks like

 

#include <Misc.au3>
Do ;loop
    Sleep ( 20 ) ;sleep
    Send ( "{SPACE}" ); send space
Until _IsPressed ( "20" ) ; until space was pressed

 

why do i get garbage when i buy garbage bags? <_<

Posted
On 4/20/2020 at 9:57 PM, Aelc said:

Hello and welcome 

first of all there is a help file with examples inside for mostly commands in Autoit where you can learn so much from ;) 

 

 

I don't know AHK :D but it looks like

 

#include <Misc.au3>
Do ;loop
    Sleep ( 20 ) ;sleep
    Send ( "{SPACE}" ); send space
Until _IsPressed ( "20" ) ; until space was pressed

 

Thanks! I'll check it out and try to learn a few things.

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
×
×
  • Create New...