Open programs quickly using AutoHotKey

19 Jul, 2008  |  Written by shoban  |  under Computer Tips

We all know that we save a lot of time by using shortcuts. You can save even more by using Keyboard shorcuts. AutoHotKey lets you create your own keyboard shortcuts. Let see how you can configure your windows to open Winamp when you press [Windows]Key and W key.

Download and install AutoHotKey software from here. [Its a free download]

Create a new .ahk file by Right Click - > New AutoHotKey Script and type in the following

#w::
Run, %A_ProgramFiles%\Winamp\winamp.exe
Return

Save the file the file and exit.

Double clic this file to run it.

From now on whenever you press [Windows] Key + W keys windows will run winamp. :)

Visit here for more hotkeys.

Liked this article? Read another similar article.

Hello there! If you're new here, you may want to subscribe to my RSS feeds . which is, of course, FREE :). Thanks for reading...You can also follow me on Twitter

Related posts

One Response so far | Have Your Say!

  1. Niyaz  |  July 21st, 2008 at 5:08 am #

    Useful!!!
    Niyaz - Gravatar

Leave a Feedback

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>