Last active
May 18, 2019 10:52
-
-
Save tedz2usa/761ea64fc25e6a2d17baa09ce5a43353 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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