Tomoya 1 Posted May 2, 2011 So I have run into a tad bit of a problem and trying to search the problem keeps bringing up how to click a control because of the ControlClick command >< What I want to do is for it to do is hold CTRL and then do a mouse click so chrome will open it in a new tab. Share this post Link to post Share on other sites
hench 2 Posted May 2, 2011 hey !! have a look into the AutoIt help file under the Function Send you will be interested by commands : {CTRLDOWN} and {CTRLUP} might do the trick ! good luck! Share this post Link to post Share on other sites
Tomoya 1 Posted May 2, 2011 hey !!have a look into the AutoIt help file under the Function Send you will be interested by commands :{CTRLDOWN} and {CTRLUP}might do the trick !good luck!Thats exactly what I was looking for! Along with that I also learned that I can do a Send("^+W")Since Google Chrome has a Ctrl+W close current tab shortcut Share this post Link to post Share on other sites