Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Control key sequence with mouse click
#1
It's not too difficult to make a control key sequence for crtl-alt-c. I need to do a left mouse click at X,Y while the crtl-alt-c is still pressed.

I can't figure out how to do the mouse click while the 3 other keys are still pressed.

Can anyone show me the correct code to accomplish this?
#2
Function teste
Code:
Copy      Help
key+ A          ;; ALT
key+ C          ;; CTRL
key+ c          ;; C
wait 1
lef 1062 502 0 1
key- A          ;; ALT
key- C          ;; CTRL
key- c          ;; C


;key+ function keeps key pressed. If you want to release key, use key- function.


Forum Jump:


Users browsing this thread: 1 Guest(s)