Aro2220 1 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? Share this post Link to post Share on other sites
JohnOne 1,603 Posted September 5, 2010 ControlClick() ? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites