Author Archives: meghna

Getting Started With the Enterpad

When I first opened the Enterpad box, I was … well for want of a better word ‘interested’. It looks so much like one of those dummy models we used to make for our science fairs in school. How could … Continue reading

Posted in AutoHotkey | Leave a comment

5 Reasons To Love AutoHotkeys

If you are not already a fan of this software, then you will be by the end of this post. And if you are a fan, you can read on to enjoy the exhilarating feeling of smugness about your intelligence in using it.

Posted in AutoHotkey | Leave a comment

5 Ways To Prevent RSI

Computers have become an indispensable part of life for most of us, whether we like it or not. While their benefits in terms of efficiency and convenience are undeniable, so is their impact on humanity almost as great as the discovery of fire and wheel. … Continue reading

Posted in AutoHotkey | 4 Comments

AutoHotKey Scripting Basics – The RunWait Command

The RunWait command is an extension of the Run command. However, as the name suggest, the RunWait command waits for the specified program to finish executing before continuing.

Posted in AutoHotkey | Tagged , | Leave a comment

AutoHotKey Scripting Basics: The Run Command

I have already used the Run command in two of my previous posts: Launching Google and Launching Calculator using AutoHotKeys.

Posted in AutoHotkey | Tagged | 1 Comment

AutoHotKey script; Launching Calculator

In my opinion, one of the most useful applications included with Windows is their calculator. But the one thing that always chafed was the long access path.

Posted in AutoHotkey | 3 Comments

Launching AutoHotkey automatically

AutoHotKey is a really useful software, but I am sure at some point you have felt irritated about launching the scripts manually every time you re-start your system. After all, how are you supposed to remember to run all the … Continue reading

Posted in AutoHotkey | 1 Comment

AutoText Script – Expanding abbreviations with AutoHotkey

This is the day and age of abbreviations, thanks to IMs and SMS. While academicians worry about its adverse effects on the English language, you should be worrying about its effects on your career. It may be acceptable to type … Continue reading

Posted in AutoHotkey | Tagged | 2 Comments

AutoHotkey script; Launch Google

Let’s admit it; we all spend a lot of time googling whether it be for personal reasons, professional reasons or just for fun. So this simple script is probably the most useful one you will ever come across. (It is … Continue reading

Posted in AutoHotkey | Tagged | 2 Comments

First AutoHotkey Script

With a little search, you’ll find a lot of script examples on the Internet but what most of them won’t tell you is how to create and use them. Well… lets start with the basics then.

Posted in AutoHotkey | 1 Comment