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.

But like everything else in this world, they come with their own set of problems too. And no, I am not talking about Computer Crashes :)

I am instead referring to their far more serious impact on our health, and in particular to RSI – Repetitive Strain Injury.

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.

Continue reading

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 précieuses secondes dans la vie du programmeur comme dans celle de la secrétaire.

 

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 lives of both a programmer and a secretary.

 

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.

Continue reading

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.

Continue reading

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 scripts each time you re-start your PC or even where you stored each one of them.

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 BTW, IIRC, FYI etc. in the virtual world, but it’s not looked kindly upon in the corporate world, and I am sure all of us have some time or the other made the mistake of using these abbreviations in our official emails.

Now you can of course choose to attend the email etiquette classes conducted by your organization or be smart about it and do what I do.

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 definitely my favorite, so maybe I am biased).

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 files in your dedicated Web Server? How many times do you have to type “nano /var/log/apache2/access.log” without making a mistake? Wouldn’t it be a dream to have something else type all this for you?

Continue reading

Posted in AutoHotkey | 2 Comments