Valhalla1 Posted September 18, 2007 Posted September 18, 2007 I am using a lot of autoit inside vmware, there are a few places where it would be helpful to force a keyboard disconnect during my scripts which move the mouse and what not, to prevent the user accidently moving the mouse and interferring with the script. normally disconnecting keyboard/mouse focus in vmware is accomplished with the CTRL+ALT keystroke when vmware has kb/mouse focus, but simply sending CTRL+ALT with autoit doesnt seem to work for me thanks for any tips
flyingboz Posted September 18, 2007 Posted September 18, 2007 I am using a lot of autoit inside vmware, there are a few places where it would be helpful to force a keyboard disconnect during my scripts which move the mouse and what not, to prevent the user accidently moving the mouse and interferring with the script.normally disconnecting keyboard/mouse focus in vmware is accomplished with the CTRL+ALT keystroke when vmware has kb/mouse focus, but simply sending CTRL+ALT with autoit doesnt seem to work for methanks for any tipsyou may wish to examine blockinput() ; dk if it will serve your purposes.. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
Valhalla1 Posted September 18, 2007 Author Posted September 18, 2007 you may wish to examine blockinput() ; dk if it will serve your purposes..thanks, overlooked this function.. dont see why it wont accomplish what i need
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