Jump to content

Recommended Posts

Posted

Send ("{SHIFT + MouseClick ( "right", 824, 555, 1)}")

Didn't work, hah... how would I go about doing this? I want to be able to make it act as though I'm holding shift down, and left clicking at the same time.

Thanks.

Posted

Send ("{SHIFT + MouseClick ( "right", 824, 555, 1)}")

Didn't work, hah... how would I go about doing this? I want to be able to make it act as though I'm holding shift down, and left clicking at the same time.

Thanks.

One way

Send("{SHIFTDOWN}")
MouseClick ( "right", 824, 555, 1)
Send("{SHIFTUP}")


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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
×
×
  • Create New...