If you want to use functions from another AutoHotkey script or Library, you can use the #Include command.
In this video, we will be looking at a RegEx Tester script that helps you instantly test out your RegEx pattern to see if you get the intended matches.
In this video, we'll be looking FileOpen() which gives you access to a File Object and use its methods and properties.
Using this script, you can create and display subtitles on your screen!
This video is going to cover SetTitleMatchMode, SetWinDelay, DetectHiddenWindows and DetectHiddenText that are going to affect the behaviour of your AutoHotkey windowing commands.
In this video, we will be looking at the RegExReplace function in AutoHotkey.
This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.
You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.
In this video, I'll be showing you the way to run AutoHotkey scripts directly from the portable version of SciTE4AutoHotkey.
These are some methods through which you can download videos streamed online. Some methods do not require any programs other than your browser while others will use (free) external programs such as VLC Media Player, youtube-dl and ffmpeg.
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.