AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
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.
https://youtu.be/V2ePDPKMVdM
In this video, we will be looking at the RegExReplace function in AutoHotkey.
AutoHotkey Window Group commands allow for users to create groups of windows to switch activation among the windows in the groups, outside of the groups as well as close them.
In this video, we will go through StringUpper, StringLower, Strlen and Trim.
This AutoHotkey script will search and activate a specific tab on your Google Chrome Window.
In this video, we will be looking at the Anchors and Escape Sequence in RegEx patterns.
In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.
This is the first part of AutoHotkey file manipulation series and we'll be looking into how to create, move, rename, copy and delete files, folders and shortcuts.
This script creates a ripple effect around your mouse cursor upon performing mouse clicks so that your audience would recognise that the click have been performed.