This video will teach you how to control your mouse to send clicks or move the cursor to a specific point using AutoHotkey.
In this video I explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop that you can toggle on and off by a single Hotkey.
Wish to Speed Up your AutoHotkey scripts? Watch this Video!
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.
This AutoHotkey script sends four selected windows into the corners of your screen with a Hotkey so you don't have to manually position them in the corners one by one.
➡️ https://youtu.be/2LSnS3egZzI
With this script you can infinitely send mouse clicks to a coordinate.
➡️ https://youtu.be/FdqQvbi4kL0
This script converts a target window an icon (GUI with image) that you can keep on your screen. You can restore the window back to full size upon double clicking on the icon.
The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression
In this video, we're are going to create a script that allows you to use multiple clipboards (with back-up capability) step by step