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.
A simple AutoHotKey Script will fix this problem.
::BTW::By The Way
::IIRC::If I remember correctly
::FYI::For your information
To learn how to use these scripts, click here
Whenever you type these abbreviations, they will automatically get expanded, and in every application you use. Cool, right!
And the best part, you do not need to make a different script file for each abbreviation. You can just put all the abbreviation scripts in one and keep adding to them as and when you require. Just compile and run the file after each change.
Have Fun!!
Meghna
Related posts:
First AutoHotkey Script
With a little search, you'll find a lot of script examples on the Internet but...
AutoHotkey script; Launch Google
Let's admit it; we all spend a lot of time googling whether it be for...
AutoHotKey script; Launching Calculator
In my opinion, one of the most useful applications included with Windows is their calculator....
Learning AutoHotKey - Simplifying The Idea of Hotkeys and HotStrings
For a first-time user, AutoHotkey can be an intimidating experience. While its benefits in saving...
Tags: AutoHotKey Scripts
December 19th, 2008 at 7:49 pm
[...] public links >> abbreviations AutoText Script - Expanding Abbreviations With AutoHotkey Saved by sheehado on Thu 04-12-2008 Still deciphering abbreviations … Saved by YamiValentine on [...]
April 17th, 2009 at 6:01 pm
[...] Automatically expand abbreviations as you type. No need to worry about unprofessional emails at work [...]