AutoHotkey has always been a great way to make things interesting when it comes to using the Computer. Whether you use the computer at home or at your office, AHK can surely make your life easier by its time-saving and efficiency-improving scripts. Since most people are not aware about it or don’t have the time …
Guide
10 Handy AutoHotkey Scripts to Make Your Life Easier
AutoHotkey (AHK) is a great way to increase your productivity. AHK, quite simply, cuts down the number of keys you might have to press to make the computer perform a specific task, and also reduces the amount of time taken for that task to be performed. AHK can be employed, to launch any of your …
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 …
17 Things Wikipedia Can’t Tell You about AutoHotkey
Wikipedia is regarded as one of the best encyclopedias available on the internet. Therefore, it provides information on almost anything and everything. But, when it comes to AutoHotkey, AHK for short, it really lacks to provide authentic and essential information. The information currently present on the AutoHotkey’s Wikipedia page is not very enticing for the …
How to: Simulate a Graphical Button in a GUI
In this tutorial, I go over how to simulate a Graphical Button in a GUI, using methods first shown by SKAN, plus what he calls the Mobile Phone Power Switch (MPPS) technique. It is an advanced type of MPPS button that simulates a Mouse Hook. The code sample given herein below may not work on …
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 Scripting Thoughts: The Terminology
“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 …
Make a beautiful graphical user interface in 15 lines or less
I hope you can agree with me when I say: A beautiful graphical user interface (GUI) Can be hard to make: Getting it to look really look beautiful is even HARDER. Or is it? Well, it turns out. You can dramatically increase the look of your GUI’s by using one simple method… …a method that has helped …
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: Create a shortcut that automatically logs in to any website
Would you like to discover how you can make desktop shortcuts That will automatically open and Fill in your username and password Then log you into any website fully automated? Ever since I learned how to use a script to automate a browser I have been using scripts to automate and log in to websites. If you also see the …