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
Copy Paste with delay
Re: Copy Paste with delay
Requires AHK v2 since that's the part of the forum you posted in:
Code: Select all
loop {
Send "^v"
Sleep 3000
}
Return to “AutoHotkey v2 Help”
Who is online
Users browsing this forum: No registered users and 3 guests