Aro2220 Posted September 5, 2010 Posted September 5, 2010 I heard a rumor that someone found a way to send mouse clicks using the SEND function. I have a function in one of my scripts where it says something like $this = "f" Send($this) So that the user can easily change the hotkey being sent based on their setup. The problem is that some users have the function as a mouseclick and, from what I know, you can't use the Send function to send mouse clicks. Instead you must use the MouseClick function. But today I heard a rumor that someone modified my script and got the Send function sending mouse clicks so that you could do something like $this = f_mouseclick_left or whatever (the guy telling me this didn't really remember how the OTHER guy who figured it out did it) I tried to google search this but I didn't find any information about it. Either the rumor is false or there is an advanced send command that allows sending mouseclicks... Confirm or deny?
JohnOne Posted September 5, 2010 Posted September 5, 2010 ControlClick() ? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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