Ster Posted July 12, 2005 Posted July 12, 2005 I want to use MouseClick, but I also want to perform {CNTRL} keydown so it will be a control-click. Anyone know how? Thanks.
LxP Posted July 12, 2005 Posted July 12, 2005 I want to use MouseClick, but I also want to perform {CNTRL} keydown so it will be a control-click. Anyone know how?Have you tried this, which may or may not work? --send("{CTRLDOWN}") mouseClick("left") send("{CTRLUP}")
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now