Jump to content

Sending ctrl+ leftclick


neox
 Share

Recommended Posts

Hi everyone, i'm sorry to open a new topic, but i haven't found an answer in the older ones.

All i need is spamming a ctrl + left click command.. I've tried

while WinActive("Application_Name")
    send("{ctrldown}")
    MouseClick("left")
    send("{ctrlup}")
Wend

but it makes some problems, i need to use my keyboard at the same time, and the ctrl pressed make issue.

I'm sure that someone have a better way to do this.. Thanks for your time

Link to comment
Share on other sites

Hi everyone, i'm sorry to open a new topic, but i haven't found an answer in the older ones.

All i need is spamming a ctrl + left click command.. I've tried

while WinActive("Application_Name")
    send("{ctrldown}")
    MouseClick("left")
    send("{ctrlup}")
Wend

but it makes some problems, i need to use my keyboard at the same time, and the ctrl pressed make issue.

I'm sure that someone have a better way to do this.. Thanks for your time

Sorry, can't help but also interested.

Thanks.

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