This video will demo the AutoHotkey Spotlight and WinHole scripts which creates a spotlight around your mouse cursors or creates a hole in your active window to see what's behind the window.
In this video I walk you thru how to download and use the portable version of Tesseract for Optical Character Recognition (OCR) and Leptonica for image pre-processing to improve the OCR result.
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.
In this video we're going to look at AHK Windows Get commands to retrieve the data related to the target window such as the title, text, position and more.
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.
AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
in this video, we'll be looking at FileRead, FileReadLine and Loop Read to read file contents from file(s).
In AutoHotkey, it's important that you understand the difference between the types of assignments. Watch this video to learn more.
In this video, we will go through StringUpper, StringLower, Strlen and Trim.
This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).