RunningBot Posted August 6, 2009 Posted August 6, 2009 ok is it possible to convert controlsend to controlclick. This is what i mean,when i use controlclick for the game it works but controlsend does not i was wondering if there a way to make the keyboard into a click. so eg "c" keyboard into a click might slove the controlsend because it block.
timsta97 Posted August 6, 2009 Posted August 6, 2009 ummm.... I don't think you'll be able to do that, seeing that the mouse is very different from the keyboard.
RunningBot Posted August 6, 2009 Author Posted August 6, 2009 ummm.... I don't think you'll be able to do that, seeing that the mouse is very different from the keyboard.but can't u set a key to something like a click the same way eg"c" to "l" key like tht"c" to "leftclick"
somdcomputerguy Posted August 6, 2009 Posted August 6, 2009 HotKeySet maybe?HotKeySet("c", "controlclickfunction") ;;;; Body of program would go here ;;;; Func controlclickfunction() ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] ) EndFuncNote: I haven't tested this! So I don't know if it works or if it would! - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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