This video tutorial shows, how to use Hotkeys in AutoHotkey, which is a keyboard macro. The context sensitive hotkeys are also covered. The tutorial will show, how to create simple scripts to get started with Hotkeys.
You could also watch:
🔵 A quick intro to AutoHotkey - • AutoHotkey - Beginners tutorial (All ...
🔵 The Beginner's Guide to AutoHotkey - • The Beginner's Guide to AutoHotkey - ...
0:05 What is an AutoHotkey Hotkey?
You can see a Hotkey as an trigger or keyboard macro. Whenever you press a certain key, or a combination of keys, something defined will happen.
0:18 Creating your first AutoHotkey Hotkey script
A simple script that will open up an application.
2:37 IfWinExist
Context sensitive Hotkeys. This flow of control will check if a matching window will exist. We can either look for a specific window or a group of windows. The If Else in AutoHotkey will also be introduced.
4:09 IfWinActive
Checking if a window is active or not.
Connect with me:
🔔 Subscribe - http://www.youtube.com/user/klogeande...
💼 LinkedIn - / andersjensens
👥 Facebook - / andersjensenorg
💌 Email Newsletter - https://andersjensen.org/email-newsle...
#autohotkey #ahk #scripting