remove Win+H, Win+N shortcuts

This commit is contained in:
Josh Holtrop 2012-02-17 15:11:27 -05:00
parent 396d09bc84
commit 9c081def67

10
shortcuts.ahk Normal file → Executable file
View File

@ -4,11 +4,6 @@
#SingleInstance force #SingleInstance force
; Win+H open hours spreadsheet
#H::
Run C:\Users\JoshHoltrop\hours\WeeklyHours2011.xls
return
; Win+A open command prompt (used to be aterm) ; Win+A open command prompt (used to be aterm)
#A:: #A::
Run C:\Windows\System32\cmd.exe Run C:\Windows\System32\cmd.exe
@ -23,8 +18,3 @@ return
#G:: #G::
Run C:\apps\Vim\vim73\gvim.exe Run C:\apps\Vim\vim73\gvim.exe
return return
; Win+N open Cygwin
#N::
Run C:\cygwin\bin\run.exe C:\cygwin\home\JoshHoltrop\.bin\mintty.bat
return