In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.
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
This short AutoHotkey script allows you to use the arrow keys to move your active window up, down, left and right bit by bit.
The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression
This is part 3 of AutoHotkey Text/String Manipulation series, and in this video we will go through If Var In or Contains, and Sort.
This AutoHotkey script allows you to click anywhere on a Window to move it around the screen by dragging it with the mouse.
https://youtu.be/V2ePDPKMVdM
Use this single line of code (Regex) in AHK to switch date formats between US and UK!
In this video, I'll be showing you how to send an email out from your PC without having Microsoft Outlook installed.
This is the basics of creating a Tooltip using AutoHotkey.