Must-have keyboard shortcut apps for Windows

19.02.2010

Want to have your Windows calculator pop up when you type ctrl-alt-c? This line of AutoHotkey code does the trick:

^!c::Run C:\Windows\system32\calc.exe

Want to do a search on whatever you've copied to your Windows clipboard? This script creates that functionality when holding down the Windows key and typing s:

#s::

Run http://www.google.com/search?q=%clipboard%