Jump to content

Click while holding CTRL key down??


 Share

Recommended Posts

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

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 by ilumi
Link to comment
Share on other sites

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 by ilumi
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...