Last active
August 29, 2015 14:07
-
-
Save weslley39/823a1a56530100f43115 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
LAlt & F1:: | |
SetTitleMatchMode, 2 | |
IfWinExist Sublime Text | |
WinActivate | |
return | |
LAlt & F2:: | |
IfWinExist ahk_class VirtualConsoleClass | |
WinActivate | |
return | |
LAlt & F3:: | |
SetTitleMatchMode, 2 | |
IfWinExist Google Chrome | |
WinActivate | |
return | |
LAlt & ESC:: | |
SetTitleMatchMode, 1 | |
IfWinExist Spotify | |
WinActivate | |
return | |
RAlt & F7::SendInput {Media_Prev} | |
RAlt & F8::SendInput {Media_Play_Pause} | |
RAlt & F9::SendInput {Media_Next} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment