Category Archives: AutoHotkey

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

Une toute nouvelle façon de travailler

  Tout utilisateur d’un ordinateur, qu’il soit néophyte ou expérimenté, va un jour connaître les bienfaits des raccourcis clavier, et les adopter tout aussi rapidement. Le bon vieux copier-coller, une fois acquis avec la touche Ctrl, permet de sauver de … Continue reading

Posted in AutoHotkey | Leave a comment

Finding an easier way to get it done

  Every single computer user – beginner or savvy – will experiment someday the benefits of using keyboard shortcuts, and adopt them fast enough. The good old copy-and-paste, used with the Ctrl combination key, allows saving precious seconds in the … Continue reading

Posted in AutoHotkey | 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

How to work faster with PuTTY

The fact that we constantly have to type the same commands over and over again is time-consuming. Do you remember all those complicated sequences like when you want to access your log files, restart apache, open and edit your configuration … Continue reading

Posted in AutoHotkey | 2 Comments