This video is going to cover the Run and Runwait commands and will go through (among other things): 1. Basics of Run and Runwait 2. Use Run to Run a Search in a Folder 3. Pass Arguments to Programs 4. Pass Variables to another AutoHotkey script 5. How to Set Up and use Environmental Variable Path
Using this script, you can create and display subtitles on your screen!
Sending keystrokes directly to a program or window is very simply done with the Controlsend command. In this way, you don't even have to activate the window to send the keys.
These Hotkeys let you control your YouTube video from any window.
You can create a very neat-looking frameless Notepad that sits always on top of other windows using the script!
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.
If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.
In this video, we're going to customize our AHK script's tray icon and its menu.
This script opens FileSelectFolder window in modern interface instead of the old default one.
In this video, we will be looking at the Option Prefix in RegEx patterns.