This script converts a target window an icon (GUI with image) that you can keep on your screen. You can restore the window back to full size upon double clicking on the icon.
https://youtu.be/V2ePDPKMVdM
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.
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.
In this video I'll be demonstrating four ways to execute an AutoHotkey script without having to install AutoHotkey on your machine.
➡️ https://youtu.be/5-wp9crAnNM
➡️ https://youtu.be/5-wp9crAnNM
This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.
AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
This AutoHotkey script sends four selected windows into the corners of your screen with a Hotkey so you don't have to manually position them in the corners one by one.
This is the basics of creating a Tooltip using AutoHotkey.
In this video, we go through how to add shortkeys and icons to menu items.