wakummaci Posted May 8, 2008 Posted May 8, 2008 Is there any way to ignore all keystrokes / mouse clicks by the user while the script is running? I didn't find a solution for this, please help me thx.
wakummaci Posted May 8, 2008 Author Posted May 8, 2008 I'm in search of an option, that ensures me that nothing will change what my script does. So to sum it up, some keystrokes / mouseclicks can cause an error in my script, which is kinda short and fast script, and I want it to be the only sent keystrokes/mouseclicks.
Valuater Posted May 8, 2008 Posted May 8, 2008 BlockInput -------------------------------------------------------------------------------- Disable/enable the mouse and keyboard. BlockInput ( flag ) ... see the help file 8)
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