Jump to content

Recommended Posts

Posted (edited)

I’m using Send(“^a”) and Send(“^c”) to copy a text field from a browser, for instance

ClipPut(“”)

Opt(“SendKeyDelay”,40)

Opt(“SendKeyDownDelay”,30)

Send(“^a”)

Send(“^c”)

MsgBox(1,”Copied”, ClipGet())

Everything works as expected, except that it makes the screen blink with one of those circle graphics you get when you press CTRL to locate the mouse pointer(if it’s enabled).  Which really is annoying.  

Is there a way to avoid this?

Edited by JockoDundee
Solved

Code hard, but don’t hard code...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...