Guest basiljm Posted February 10, 2004 Posted February 10, 2004 Hi, Wondering if it is possible to do key combinations such as control, alt, delete with AutoIT. Thanks! B
scriptkitty Posted February 10, 2004 Posted February 10, 2004 If you want non sacred combos, you can stack a few commands. ^!a is control+alt+a Although it is hard to see it type an Control+Alt+A, try setting up a hot key like: HotKeySet("^!a","MyFunction") while 1 sleep(1000) wend func MyFunction() send("Hello there") endfunc AutoIt3, the MACGYVER Pocket Knife for computers.
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