ilumi Posted March 22, 2014 Share Posted March 22, 2014 i have tried the things in manual but for some reason none of em works.... first i tried Send("{CTRLDOWN}") MouseClick("Left", 783, 252, 20) Sleep(700) Send("{CTRLUP}") which doesnt work at all.. clicks but without holding CTRL down then i tried Opt("SendKeyDownDelay", 5000) Send("{CTRLDOWN}") MouseClick("Left", 783, 252, 20) Opt("SendKeyDownDelay", 5) Sleep(700) Send("{CTRLUP}") which holds the CTRL down but doesnt click while its down.. starts cliking once its up so now i am cofused help ? Link to comment Share on other sites More sharing options...
mikell Posted March 22, 2014 Share Posted March 22, 2014 Try MouseMove(783, 252, 0) Send("{CTRLDOWN}") MouseClick("left") Send("{CTRLUP}") Link to comment Share on other sites More sharing options...
ilumi Posted March 22, 2014 Author Share Posted March 22, 2014 (edited) Try MouseMove(783, 252, 0) Send("{CTRLDOWN}") MouseClick("left") Send("{CTRLUP}") it has to do at least double click :/ Edited March 22, 2014 by ilumi Link to comment Share on other sites More sharing options...
mikell Posted March 22, 2014 Share Posted March 22, 2014 (edited) MouseMove(783, 252, 0) Send("{CTRLDOWN}") MouseClick("left") MouseClick("left") Send("{CTRLUP}") ? Edit MouseClick("left", Default, Default, 2) ? Edited March 22, 2014 by mikell Link to comment Share on other sites More sharing options...
ilumi Posted March 23, 2014 Author Share Posted March 23, 2014 (edited) MouseMove(783, 252, 0) Send("{CTRLDOWN}") MouseClick("left") MouseClick("left") Send("{CTRLUP}") ? Edit MouseClick("left", Default, Default, 2) ? tried both but no success :/ well it seems while in windows my ctrl is pressed down in the application it has no offect well when i manualy hold ctrl the script does as supposed to do Edited March 23, 2014 by ilumi Link to comment Share on other sites More sharing options...
reb Posted March 23, 2014 Share Posted March 23, 2014 maybe this Send("{CTRLDOWN}") MouseClick("left",783,252,2,3) Send("{CTRLUP}") REB MEASURE TWICE - CUT ONCE Link to comment Share on other sites More sharing options...
DW1 Posted March 23, 2014 Share Posted March 23, 2014 What application are you working in? Are you really trying to double click while holding control, or just multiple single clicks? Is there a difference between the two in the application you are working in? AutoIt3 Online Help Link to comment Share on other sites More sharing options...
ilumi Posted March 23, 2014 Author Share Posted March 23, 2014 maybe this Send("{CTRLDOWN}") MouseClick("left",783,252,2,3) Send("{CTRLUP}") REB nope doesnt change a thing Link to comment Share on other sites More sharing options...
ilumi Posted March 23, 2014 Author Share Posted March 23, 2014 (edited) What application are you working in? Are you really trying to double click while holding control, or just multiple single clicks? Is there a difference between the two in the application you are working in? its flash application.. yes there is one left click only selects/marks the item but duble click interacts with the item the pressed ctrl means interact with entire stack of item not just one of the particular kind Edited March 23, 2014 by ilumi Link to comment Share on other sites More sharing options...
DatMCEyeBall Posted March 23, 2014 Share Posted March 23, 2014 That sounds an awful lot like a game, what's the name of the application? "Just be fred, all we gotta do, just be fred." -Vocaliod "That is a Hadouken. A KAMEHAMEHA would have taken him 13 days and 54 episodes to form." - Roden Hoxha @tabhooked Clock made of cursors ♣ Desktop Widgets ♣ Water Simulation Link to comment Share on other sites More sharing options...
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