Showing 8 Result(s)
autohotkey scripts for novices

11 Very Basic AutoHotkey Scripts for Novices

Let’s begin this guide by defining the elephant in the room, ‘AutoHotkey’. AutoHotkey is a powerful and free automation tool that allows you to perform any task automatically on your windows machine. If your new to using AutoHotkey, downloading is required (you will need to visit the home page of AutoHotkey to download the AHK installer …

Animate GUI

How to: Animate a GUI window

In this tutorial, we will learn about a process you can use to animate a GUI Window, using the AnimateWindow function, wrapped in an AutoHotkey function of the same name in this guide. This function was introduced in Win98, and is very easy to use. By using this function, you can easily animate a GUI window as you …

Autohotkey Best Practices

AutoHotkey Scripting Thoughts: Best Practices

As you begin to expand your use of AutoHotkey Like philip did from last week’s post It’s common that a need or desire to write code That performs complex operations arise Or the wish to use more Advanced functionality of AutoHotkey comes up Simply writing line after line Will not always give you the best Ahk …

Autohotkey Scripting

AutoHotkey Scripting Thoughts: A Script Is…

Late evening, it’s raining, I think a thunderstorm is coming because I’ve just seen the flashes of lightning. There is always a good chance for rain here in Denmark. We also have a saying: “There is no bad weather, only bad attire” — but tonight I’m still happy to be making  my script indoors. Anyway, listening to Distant Thunder from mynoise.net and waiting …

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 …

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 …