Sim0n Posted May 9, 2008 Posted May 9, 2008 For the mouse, we can use mouseclickdrag for holding the mouse on a button. But I need to drag a keyboard button, so I want MouseClickdrag, but with a keyboard button Probably there is a possibility, but I couldnt find it in the help in Send()
monoceres Posted May 9, 2008 Posted May 9, 2008 For the mouse, we can use mouseclickdrag for holding the mouse on a button. But I need to drag a keyboard button, so I want MouseClickdrag, but with a keyboard buttonProbably there is a possibility, but I couldnt find it in the help in Send()How the f do you drag a keyboard button? Broken link? PM me and I'll send you the file!
Sim0n Posted May 9, 2008 Author Posted May 9, 2008 (edited) I want to change the mouse position while the shift button is pressed. So I want to press the a button and it should wait while the mouse position will change. -sorry, I'm not an english native speaker - I didnt know the exactly translation, only the mouse drag option Edited May 9, 2008 by Sim0n
monoceres Posted May 9, 2008 Posted May 9, 2008 Maybe Send({SHIFTDOWN}"), MouseMove() And Send("{SHIFTUP}")? Broken link? PM me and I'll send you the file!
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