
To get started, you need to have a script that tells AutoHotkey about your custom keyboard shortcuts. Running the AutoHotkey application now won’t actually do anything but launch its help page. How to Create Your First AutoHotkey Script Once it’s installed, you’re ready to get to the fun stuff: writing your first script. Custom installation gives you options around default behaviors and install location. Nearly all users will want to use the Express Installation button.

Once the installation file has downloaded, double click on it to begin installing AutoHotkey. But don’t worry about downloading the base AutoHotkey program itself it will not harm your computer. AutoHotkey is extremely powerful, and while it isn’t dangerous on its own, it is a scripting language-which means you could create malware with it if you had the desire to. NOTE: Some antivirus programs will flag AutoHotkey as malware. Here you can on a teal download button to get the latest version. Clicking on that will take you to the download page. Head to AutoHotkey’s website to download the program. On the main page is a big green button that says “Download” on it. Let’s go through some basic examples of what AutoHotkey can do to get you started. Chances are, you can learn what you need to over the course of a single afternoon.

AutoHotkey is extremely simple to get started with, especially if you’re just assigning basic hotkeys to basic commands. If there are a series of commands you manually run on a regular basis, AHK can run them all with a simple key combo.ĭon’t be scared by words like “scripting platform” and “code,” though. If there’s a keyboard shortcut you want to change, you can remap it. If there is a phrase you type regularly, you can assign a key combination to it. With just a tiny bit of “code,” you can create a script that runs in the background and allows you to do just about anything with a hotkey you set. At its core, AutoHotkey (AHK) is a scripting platform.
