Jump to content

Send is Triggering Windows CTRL-key Locator Graphic Unintentionally During Cut and Paste - SOLVED


Recommended Posts

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...

Link to comment
Share on other sites

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...