Jmjl Posted August 25, 2004 Posted August 25, 2004 I am just trying to do a simple ALT+ENTER command on the keyboard using AutoIt 3... and I can't do it... I need the keyboard to hold down the alt key and then press enter and then let go of alt. I tried ("{lalt down}") and ("{ALT Down}") and I can't get it to work... can someone please help me!
CyberSlug Posted August 25, 2004 Posted August 25, 2004 (edited) Send("!{Enter}") ;does that work? In some cases, a sequence like Send("{APPSKEY}r") can be used in place of Alt+Enter P.S. AltDown should be one word: Send("{AltDown}{Enter}{AltUp}") Edited August 25, 2004 by CyberSlug Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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