Jump to content

Recommended Posts

Posted

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??

Posted (edited)

EDIT:I got it work, try this

Opt("SendCapslockMode",0)

send ("{CAPSLOCK}")

SLEEP (3000)

send("{CAPSLOCK}")

Edited by au3scr

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...