Diana (Cda) Posted April 6, 2005 Share Posted April 6, 2005 I have a script that works great until I forget to check myself if the CapsLock is off. Is there a way to get AI to do that for me? In other words, a way for the script to check at the beginning if CapsLock is on and, if on, to turn off before proceeding. Thanks. Link to comment Share on other sites More sharing options...
CyberSlug Posted April 6, 2005 Share Posted April 6, 2005 ; Should work Opt("SendCapslockMode", 0) Send("{CapsLock off}") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Diana (Cda) Posted April 6, 2005 Author Share Posted April 6, 2005 ; Should workOpt("SendCapslockMode", 0)Send("{CapsLock off}")<{POST_SNAPBACK}>That is _so_ kewl! It _did_ work and just fine on my Win98SE with AutoIt v3.Thanks! :oD Link to comment Share on other sites More sharing options...
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