Help pls (

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
bafikbb1133
Posts: 1
Joined: 25 Mar 2024, 14:11

Help pls (

25 Mar 2024, 14:16

help me create a script using ctrl+v, enter, z and in a circle repeating after 5 seconds
User avatar
mikeyww
Posts: 26979
Joined: 09 Sep 2014, 18:38

Re: Help pls (

25 Mar 2024, 14:33

Welcome to this AutoHotkey forum!

There are no circles here, but it does repeat. Add a Loop to go more times!

Code: Select all

#Requires AutoHotkey v2.0

F3:: {
 Static str := '^v`nz'
 Send str
 SoundBeep 1500
 Sleep 5000
 Send str
 SoundBeep 1000
}

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: TAC109 and 39 guests