Jump to content

How To Do Key Combinations ?


Recommended Posts

Guest basiljm
Posted

Hi, Wondering if it is possible to do key combinations such as

control, alt, delete with AutoIT.

Thanks!

B

Posted

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.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...