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

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

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

How to work faster with PuTTY

A PuTTY terminal is a good example of situation in which you might have to type the same fairly complex commands repeatedly. If you have to manage a LAMP server with Ubuntu, like I do, you are familiar with commands like these:

Continue reading