My AutoHotkey Script
James asked for the script I use. It’s actually very simple and doesn’t take advantage of any advanced features of AutoHotkey at present. Here it is:
#w::Run iexplore
#h::Run “C:Program FilesCommon Filesmicrosoft sharedHelp 9dexplore.exe” /helpcol ms-help://ms.vscc.v90 /LaunchNamedUrlTopic DefaultPage /usehelpsettings VisualStudio.9.0
#p::Run %comspec% /k ““C:Program FilesMicrosoft Visual Studio 9.0VCvcvarsall.bat”” x86,C:
#y::Run “C:Program FilesTextPad 5TextPad.exe”
#z::Run “C:Program FilesWindows LiveWriterWindowsLiveWriter.exe”
#x::Run “C:Program FilesMicrosoft Visual Studio 9.0Common7IDEdevenv.exe”
#a::Run “C:Program FilesWinampwinamp.exe”
#o::Run “%SystemRoot%system32WindowsPowerShellv1.0powershell.exe”,C:
^#p::Run “C:UtilsBINelevate” -k %comspec% “C:Program FilesMicrosoft Visual Studio 9.0VCvcvarsall.bat”
#Left::WinMinimize A
#Right::WinMaximize A
#Up::WinRestore A