In this video, I'll be showing you the steps to set up Visual Studio Code for scripting in AutoHotkey.
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.
This script opens FileSelectFolder window in modern interface instead of the old default one.
This is the basics of creating a Tooltip using AutoHotkey.
WinSet Subcommands (AlwaysOnTop, Bottom, Top, Disable, Enable, Transparent and TransColor)
WinSet Region subcommand allows you to set visible regions or invisible regions within the target window.
➡️ https://youtu.be/DxAiTB2RSvg
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.
This AutoHotkey script will search and activate a specific tab on your Google Chrome Window.
Using this script, you can create and display subtitles on your screen!