Vegar Posted August 16, 2008 Posted August 16, 2008 ok..i wanted to make the script to push the button "capslock" (so it is ON), and after some time puch the "capslock" again (so it iss OFF) ... but that did not work.. so i tried this:send ("{CAPSLOCK down}")SLEEP (3000)SEND ("{CAPSLOCK up}")why does not this work??
au3scr Posted August 16, 2008 Posted August 16, 2008 (edited) EDIT:I got it work, try thisOpt("SendCapslockMode",0)send ("{CAPSLOCK}")SLEEP (3000)send("{CAPSLOCK}") Edited August 16, 2008 by au3scr
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