Jump to content

Ctrl + MouseClick left


Recommended Posts

Hello

I have a problem pressing control + left mouse button.

At the moment I'm using this code and why it does not always work "Send("{CTRLDOWN}")" and CTRL is pressed

Send ( "{CTRLDOWN}" )
MouseClick("left", 100, 100,1,1)
Send ( "{CTRLUP}" )

I tried like this, but mouse button is pressed but the control does not always work.

Send("^" & MouseClick("left", 100, 100,1,1) &"")

Is there any other possibility?

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