Copy but "Clipboard" does not show what was copied

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ParisPulvinar
Posts: 27
Joined: 27 Mar 2017, 07:45

Copy but "Clipboard" does not show what was copied

31 Mar 2017, 00:43

It seems that after I copy the text, the %Clipboard% does not show what I just copied but what was previously copied. Is the clipboard not the correct code to use?

Click, 188, 105 Left, 3
Sleep, 10
Send, {Control Down}{c}{Control Up}
PACSLine := Clipboard
User avatar
Blackholyman
Posts: 1293
Joined: 29 Sep 2013, 22:57
Location: Denmark
Contact:

Re: Copy but "Clipboard" does not show what was copied

31 Mar 2017, 00:50

it is but you need to wait just a little for the program to copy the content to the clipboard

so a sleep of 200 or so after your send command or look in to using clipwait
Also check out:
Courses on AutoHotkey

My Autohotkey Blog
:dance:
ParisPulvinar
Posts: 27
Joined: 27 Mar 2017, 07:45

Re: Copy but "Clipboard" does not show what was copied

31 Mar 2017, 00:57

I tried waiting for 1 second and it still does the samething

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333, iamMG and 167 guests