This AutoHotkey screen clipping script is a fantastic tool that can replace the windows default Snipping tool. Watch this video to help you get set up!
These Hotkeys let you control your YouTube video from any window.
Sending keystrokes with AutoHotkey is no doubt the easiest among all the programming languages. Here's how you do it and how you can benefit from using it.
In any programming language you can't avoid the infamous message boxes. AutoHotkey is no different and so... here it is!
In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR).
https://youtu.be/z1827ksT3vE
This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.
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.
This script allows you to take a screenshot of your current screen then draw on that screenshot so when you are presenting your screen to your audience, it would help them understand your message/demonstration much more clearly.
With this script you can infinitely send mouse clicks to a coordinate.
In this video, we will be looking at the Option Prefix in RegEx patterns.