So. I just started using ahk, and i'd like some help, I'd like to make a script that presses the Left Alt key 20 times, with a cooldown of 0.3 seconds in beetween clicks.
How could i do that?
Thanks. Pietro.
Help with a Ctrl command
-
- Posts: 1
- Joined: 28 Dec 2023, 13:38
Re: Help with a Ctrl command
One example:
Code: Select all
F1:: {
loop 20 {
SendEvent('{LAlt}')
Sleep(300)
}
}
Who is online
Users browsing this forum: No registered users and 13 guests