This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.
This short AutoHotkey script allows you to use the arrow keys to move your active window up, down, left and right bit by bit.
In this video, we will be looking at the Option Prefix in RegEx patterns.
AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
This is part 5 of AutoHotkey Text/String Manipulation series. In this video, we will go through SplitPath and parsing XML data through MSXML2 ComObject.
This is how a Grand Child Menu for the Menu command can be created in AutoHotkey.
https://youtu.be/z1827ksT3vE
This is the first part of AutoHotkey Window Manipulation Series. In this video, I briefly explain what's expected in this series and then move onto how WinTitle and WinText work.
In this video, we'll be going through how to create, write to, read and delete ini files using AutoHotkey.
These are a few methods through which you can copy the files' and folders' names and paths to your clipboard.
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.