Skip to content

Instantly share code, notes, and snippets.

@markryd
Created August 19, 2014 03:38
Show Gist options
  • Select an option

  • Save markryd/e1bef3418a17be049e48 to your computer and use it in GitHub Desktop.

Select an option

Save markryd/e1bef3418a17be049e48 to your computer and use it in GitHub Desktop.
Media Keys for AutoHotKey
^!p:: Send {Media_Play_Pause}
^!]:: Send {Media_Next}
^![:: Send {Media_Prev}
^!;:: Send {Volume_Down}
^!':: Send {Volume_Up}
^!l:: Send {Volume_Mute}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment