Skip to content

Instantly share code, notes, and snippets.

@tedz2usa
Last active May 18, 2019 10:52
Show Gist options
  • Save tedz2usa/761ea64fc25e6a2d17baa09ce5a43353 to your computer and use it in GitHub Desktop.
Save tedz2usa/761ea64fc25e6a2d17baa09ce5a43353 to your computer and use it in GitHub Desktop.
; Win+N for new notepad window
; Win+S for new Sublime Text Window
#n::
Run, Notepad.exe
return
#s::
; The "hide" portion is to prevent a console window from opening when running
; this command. A console window would otherwise appear, though briefly.
Run, "C:\Program Files\Sublime Text 3\subl.exe" --new-window, , hide
return
#g::
Run, "C:\Program Files\Git\git-bash.exe" --cd-to-home
return
Media_Play_Pause::F5
; Note:
; In explorer window address bar, type "startup" and hit enter, to go to the windows startup folder.
; You may place the autohotkey script (as a .ahk file) there so it loads on startup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment