• Post category:StudyBullet-3
  • Reading time:6 mins read




This course covers the things we wish we knew when we started learning AutoHotkey over 10 years ago!

What you will learn

 

 

Many of the Frequently Asked Questions about AutoHotkey

 

Which version of AutoHotkey to use and which Editor to start with

 

Why you should use AutoHotkey over other automation tools

 

Many of the “gotcha’s” that we’d wish we’d known before starting with AutoHotkey

 

Description

 

AutoHotkey is an amazing, FREE, open-source tool that can save you an amazing amount of time.   We designed this course to help people new to AutoHotkey get started with this amazingly powerful language.

Compared to most languages, AutoHotkey is very user friendly to non-programmers.  Having said that, there are some nuances that will trip-up both seasoned developers and people that are new to programming.  We tried to include all the things we wish someone had pointed out to us in this course!  Unlike other courses, this AutoHotkey course is free and will remain that way!

The course is designed to answer a ton of questions that you will have when you’re first starting with AutoHotkey!

The course is broken into four main sections:

  1. Before coding– things you’d want to know before you’ve begun coding

  2. While you’re coding– These are tips and tricks of things you’d want to know while you’re coding

  3. Troubleshooting– Uh-oh.  Here we give you a few ideas on what to do when things are going wrong

The course is also created in  a way that you can jump around in any order.   So, if you see a specific lecture you’re interested in, you can jump straight to it and be able to follow along


Get Instant Notification of New Courses on our Telegram channel.


We do have a couple of free AutoHotkey tools we’ve designed to help people. 

  1. AHKEditSwap– which allows you to easily change your default editor of AutoHotkey scripts

  2. AHKAddToStartup – Makes it easy to add your AutoHotkey script (or any program) to the Windows startup process

  3. AHKScriptScan– Have a way to peak inside AutoHotkey files and highlight possible hacks that you might have missed

  4. AHKHelp– Have access to AutoHotkey help in any program.  It also searches YouTube for videos on your topic!

  5. AHKHotkeyStringLookup– Easily search all your running scripts for Hotkeys & HotStrings.  This tool is a must for people new to AutoHotkey!

  6. AHKScriptHub– Easily access, reload, edit, jump to folders of any running AutoHotkey script

AutoHotkey is a very easy to learn scripting language.  It’s saved us more time than we can imagine and hope you adapt it to save yourself time so you can start working smarter, not harder.

 

 

English
language

 

Content

 
Introduction
01-About_Us_intro_to_course
02-What is AutoHotkey
03-Why should you care about AutoHotkey-What can AHK do
04-Why use AutoHotkey over competition
05-Where to go for Help
06-AutoHotkey Resources
07-Need to learn how to code
08-What do you mean when you say it is a plain text file
09-Are there tools that will write AutoHotkey syntax for me
10-use AutoHotkey scripts without installing ahk
11-Which version of AHK to install
12-Which Editor-IDE should you use
13-How can I change the default editor
14-AHK Toolkit
15-How do I set my script to run every time I start my PC
16-How can I be certain that AutoHotkey is free of malware viruses
17-What are Commands, Functions and Directives