Chilion Posted July 1, 2008 Posted July 1, 2008 Hej, I want to open up System in Windows Xp. The Hotkey is WindowsKey left and Break. I'm trying to do this with AutoIT, on several ways: Send("{WINL}{BREAK}") Send("{WINL}+{BREAK}") Send("{WINL} {BREAK}") Send("{WINL}" "{BREAK}") Send("{WINL}"+"{BREAK}") And all dont work. What am i doing wrong?
mwpeck Posted July 1, 2008 Posted July 1, 2008 '#'The hash now sends a Windows keystroke; therefore, Send("#r") would send Win+r which launches the Run dialog box.
d4rk Posted July 1, 2008 Posted July 1, 2008 Send("{LWIN}{BREAK}")http://www.autoitscript.com/autoit3/docs/a...ix/SendKeys.htm [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
mwpeck Posted July 1, 2008 Posted July 1, 2008 You can also use {LWINDOWN} and {LWINUP} if it makes it easier for you.
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