Open programs quickly using AutoHotKey

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 keyb...


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.

Incoming search terms for the article:

autohotkey tricks, autohotkey tips, autohotkey cheat sheet, autohotkey run in background, autohotkey tips tricks, how to exit open program with autohotkeys, autohotkey to open winamp, autohotkey to open winamp and play, save file autohotkey, autohotkeys open last document, run programs with autohotkey, autohotkeys tricks tis, how to run autohotkey in background, how to configure a hotkey to open a program, cach su dung iPad

Technorati Tags: , , , ,

Related posts:

  1. Installed Windows 7! Now what?
  2. Windows Xp servicepack 3
  3. How to Convert Docx to Doc Files
  4. Ultimate Gmail cheat sheet
  5. 25 useful portable applications

One Response to “Open programs quickly using AutoHotKey”

Leave a Reply