Jump to content

Question about hotkeys


Recommended Posts

You can use a hotkey to say pause your script, and a different one to start it back up.

You can use adlib to check variables, and adjust things, but basically autoit runs one thing at a time. There are many ways to have it seem like it is doing more than that, but even adlib is basically running one part of the script, and at a certain variable stoping, and running the adlib function, and then resuming where it left off.

You can have an autoitscript run other scripts and programs to multitask as well.

I have one script that does a few dozen things depending on time, keys pressed, and windows open. It looks like it is multitasking, but it is basically doing a bunch of conditionals (if ... then), it uses hotkeys for some things.

Think not of limitations, but of what goal you wish to acomplish...

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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