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?