Skip to content

Instantly share code, notes, and snippets.

@weslley39
Last active August 29, 2015 14:07
Show Gist options
  • Save weslley39/823a1a56530100f43115 to your computer and use it in GitHub Desktop.
Save weslley39/823a1a56530100f43115 to your computer and use it in GitHub Desktop.
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