Jump to content

While key down, press mouse button


ram4nd
 Share

Recommended Posts

  • Developers

I want to do SHIFT+mouse_button. How can I do that?

Well... just use one hand for the keyboard and one for the mouse?

...Or isn't that were you are after?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I wonder how is it possible that you don't get what i mean.

I mean the commands for script <- this is for those who still don't get it

He was joking with you. Show some humor.

Try:

Send("{SHIFTDOWN}")
MouseClick($x, $y)
Send("{SHIFTUP}")

Then go have some eggnog...

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

  • Developers

Thanks, not used with joking in programming forums, consider it as spam.

I am used to new people entering this forum with a question like this and expecting to get an answer without showing they have done any effort in trying to figure something out themselves first. They even have their own "label".

Now tell me you actually opened the Helpfile and looked at anything in it before posting.... and be honest please!

Jos :)

PS welcome.... I am sure you will enjoy it here when you are serious about it.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

No i didn't i am using online docs where are all the function in a list nicely. But i missed that.

I did try to find out, and tried to do it by delaying the key holding, but it just holds it and did the click after.

Edited by ram4nd
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...