gopher Posted April 16, 2008 Posted April 16, 2008 (edited) I just want to have a ctrl button held down all throughout my script... unfortunately, i keep getting errors... here is the portion I have... Send("{^ down}");Holds the A key down MouseClick("left",,) Send("{^ up}") generally what I am doing is clicking in multiple areas, and can just leave the control button held down... sorry if I totally missed the obvious answer... duh... fixed... _MouseMovePlus(3,-1) sleep(500) Send("{lctrl down}") sleep(1000) MouseClick("left") sleep(2000) send("{lctrl up}") Edited April 16, 2008 by gopher
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