Copy Paste with delay

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
matekate
Posts: 2
Joined: 30 Oct 2020, 14:07

Copy Paste with delay

30 Oct 2020, 14:18

Hey i was wondering if you guys would know a script that presses Ctrl + v every three seconds,
im new with coding and i dont even know what code to select here so any help is welcome, Thanks
User avatar
boiler
Posts: 16952
Joined: 21 Dec 2014, 02:44

Re: Copy Paste with delay

30 Oct 2020, 15:31

Requires AHK v2 since that's the part of the forum you posted in:

Code: Select all

loop {
	Send "^v"
	Sleep 3000
}

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: arcylix, emp00, Frogrammer, just me, Quixilvr and 44 guests