Jmjl 0 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! Share this post Link to post Share on other sites
CyberSlug 6 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! Share this post Link to post Share on other sites