remove Win+H, Win+N shortcuts
This commit is contained in:
parent
396d09bc84
commit
9c081def67
10
shortcuts.ahk
Normal file → Executable file
10
shortcuts.ahk
Normal file → Executable 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user