Jump to content

Ctrl left clicking?


 Share

Recommended Posts

I'm sorry if this is already answered somewhere but I looked for a long time and couldn't find what I'm looking for..

I'm trying to ctrl left click using autoit but it isn't working, it's just normal left clicking..

ControlSend("Something","","","{CTRLDOWN}")
Sleep(Random(50, 100, 1))
MouseClick("left", 100, 100, 1, $MouseSpeed)
Sleep(Random(50, 100, 1))
ControlSend("Something","","","{CTRLUP}")

Any idea what's wrong with my code?

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