Jump to content

Recommended Posts

Posted

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.

Posted

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"

Posted

HotKeySet maybe?

HotKeySet("c", "controlclickfunction")
 
 ;;;; Body of program would go here ;;;;
 
 Func controlclickfunction()
   ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )
EndFunc

Note: 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.

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...