Jump to content

Recommended Posts

Posted

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

Posted

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.

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