Skip to content

Instantly share code, notes, and snippets.

@Gnarfoz
Created September 16, 2015 13:51
Show Gist options
  • Save Gnarfoz/b919e80cc2903702f867 to your computer and use it in GitHub Desktop.
Save Gnarfoz/b919e80cc2903702f867 to your computer and use it in GitHub Desktop.
Media keys AutoHotKey script
#a::SendInput {Media_Prev}
#s::SendInput {Media_Next}
#x::SendInput {Media_Play_Pause}
#c::SendInput {Media_Play_Pause}
#z::SendInput {Media_Stop}
#w::SendInput +!w
#q::SendInput +!q
; #q::SendInput {Volume_Down}
; #w::SendInput {Volume_Up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment