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.
Think about it, in the time that it takes to go through Start–>Programs–>Accessories–> Calculator ,
you could probably do some of the calculations yourself. Of course, it gets easier with the RUN command box. Just click on Start –> Run and then type in “calculator” in the command box that opens to launch it. While this is a better option, it still wasn’t the ideal solution.
Now I just use a simple AutoHotKey Script:
^a::Run calc.exe
So, pressing ctrl+a will launch the calculator. I didn’t use ctrl+c (‘c’ for calculator) because I don’t want to overwrite my popular, defined by Windows, ctrl+c shortcut that copy selected text to the clipboard.
Meghna
Related posts:
Launching AutoHotKey automatically
AutoHotKey is a really useful software, but I am sure at some point you have...
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...
AutoText Script – Expanding abbreviations with AutoHotkey
This is the day and age of abbreviations, thanks to IMs and SMS. While academicians...
September 12th, 2008 at 9:10 am
[...] Read the rest of this great post here [...]
September 12th, 2008 at 11:48 pm
[...] AutoHotKey script; Launching Calculator Sphere: Related Content Ask a Question [...]