“I am so confused, and I am not afraid to admit it!” That’s how the email I got last week from Philip started He sent me two AutoHotkey scripts he wrote. In one he used a single subroutine and in the other he did a call to a copied function. That was about it, seemed simple enough …
Novice
7 Incredibly Simple Ways for You to Save Time Using AutoHotkey
Have you ever wished for an easy way to write Your email more than once or quickly Search for that word on google? Then I will show you how: Using an AutoHotkey script you can do that and more with the press of a single keyboard key. And you’re in luck because in this article: I’ll give you no less …
Guide: Why Automate
“Don’t you have some work to do?” Why Automate? Well before we start, let me first ask “what are you hoping to accomplish?” I’ll also ask you this “is there any repetitive tasks that you do day-to-day?” Just one more thing “can you walk me through what you do every day?” If you …
How-to: Copy and paste multiple strings at the same time
Do you want to discover how to copy and paste text effectively? This tutorial will show you how-to make a script that lets you copy and paste, then hold multiple strings. Degree of difficulty: If you have never made a AutoHotkey script before i’ll show you the 5 fast steps. Novice’s are recommend to have a look …