Automate repetitive tasks using AHK

SMS message received on a Motorola RAZR wirele...
Image via Wikipedia

I have been a big supporter of automation where possible. I was reading about how “ActiveWords” was the best piece of software, and that is when I became aware of AutoHotKey, or AHK as it is fondly called. I learned more about AHK on LifeHacker

Considering that I came to AHK looking for ActiveWords replacement, it is no wonder that I use Hotstrings feature extensively. It would not be wrong if I said that is probably the only feature of AHK I use. So let me explain How I use AHK to automate lot of repeatative tasks, mostly related to typing same set of words lot of times.

It would not be out of place to here to mention texter, AHK based tool developed by LH team.

Expand Acronymns

I have created Hotstrings for regularly used acronyms. When I type them, AHK will automagically expand them. This has a huge benefit that I am free to use the acronyms when I type, but my readers aren’t left wondering about what it means. Some of the commonly used ones are YMMV, AFAIK, BTW etc.

SMS style typing:

SMS is used extensively in India, so I’ve seen new professionals – fresh out of college – are used to new SMS-lingo. But in professional communication, it is a complete no-no. AH to the rescue, add your SMS word to your Hotstrings list and let AH complete it. I personally don’t SMS or IM as much, but I have seen people use ‘ur’ a lot, when they mean your.

Pleasantries:

I also have Hotstrings for likes of Regards, Thanks etc.

Frequently used names :

I have Hotstrings like bg=Bill, lt=Linus, esr=Eric etc. I work a lot with my counterparts in Japan where you address people using -san. So it helps to have HotStrings like gt=Takei-san.

Authentications :

I’m too paranoid to allow the browser to remember my username and password, so this is my next best thing. For company internal websites, I need to enter something like domain\username. I’ve created a hotstring like d\u. This is replaced by domain\username by AHK

Are there any negatives of AHK ?

Well, these aren’t the cons in true sense of the word, but there are some practical problems I face. After extended use of AHK Hotstrings, one may see following side effects :

  • May forget correct spellings
  • Feel like crippled without AHK on guest PC

Do let me know in comments how you use AHK or texter in your daily lives to automate the repetitive tasks.

Note : Originally posted on the Kaizen Blog on October 31st, 2007

Can’t use AHK ? because you are  on Linux ?  Don’t worry, come back to check the review of similar tool on Linx

Reblog this post [with Zemanta]

Integrate Rainlendar Calendar with Thunderbird

by Mandar Vaze on February 21, 2009
in Linux, Productivity, tips, windows

calendar tab

Image by David Ascher via Flickr

So after I started using Rainlendar as my Desktop calendar, now I had two calendars to maintain. One was Rainlendar Calendar, and other was Thunderbird calendar via lightning plugin. It would asoon get cumbersome to update both the calendars. Wouldn’t it be nice if they shared the same calendar ? If they did, irrespective of which calendar I use to create/update the events and taks, the other would always be in sync.

Unfortunately, the default file format used by Thunderbird ins’t .ics (or iCalendar format). By default, it stored the calendar in storage.db. But there is a way around it.

While Thunderbird does not use .ics file format for its own calendars by default, it supports use of iCalendar on the network (like Google Calendar) But Rainlendar calendar is not on the network.  So you trick Thunderbird (or lightning, depending on the way you look at it)

  • Go ahead, and create new calendar on network.
  • choose .ics format, but use file:// protocol to point to existing calendar created by Rainlendar.
  • Then you can delete the default one called Home. (If you have only once calendar, you are unable to delete it.)

Thanks to this thread on Ubuntu Forums for providing me this idea.

Reblog this post [with Zemanta]

Rainlendar : Desktop Calendar on Linux

by Mandar Vaze on February 18, 2009
in Linux, Productivity, Review, Ubuntu

Rainlendar Desktop Calendar

Rainlendar Desktop Calendar

When I was using Windows XP, I had Webshots manage my Wallpaper. One of the features of Webshots was to display the calendar on the Desktop. Additionally, I also displayed my to-do list (and a short phone list) on my desktop using Windows’ Active Desktop Feature. Read about it here and here

When I moved to Linux (Ubuntu specifically) I needed similar functionality.  I came across kdesktopweb, but I use gnome, so it was not an option. I also looked at conky, but doesn’t look as polished, as Windows’ equivalent. Enter Rainlendar

Read more..

« Previous PageNext Page »