If you want to customize your Traytip in AutoHotkey, you can use this Notify script!
This script allows you to take a screenshot of your current screen then draw on that screenshot so when you are presenting your screen to your audience, it would help them understand your message/demonstration much more clearly.
This AutoHotkey screen clipping script is a fantastic tool that can replace the windows default Snipping tool. Watch this video to help you get set up!
This Autohotkey script uses youtube-dl to download a list of YouTube videos.
This is part 5 of AutoHotkey Text/String Manipulation series. In this video, we will go through SplitPath and parsing XML data through MSXML2 ComObject.
This AutoHotkey script allows you to click anywhere on a Window to move it around the screen by dragging it with the mouse.
You can create a very neat-looking frameless Notepad that sits always on top of other windows using the script!
In this video we'll be going through some commands related to your Drive as well as OS and user info including some environment variables.
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.
If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.