Skip to content

Instantly share code, notes, and snippets.

@blockloop
Last active December 25, 2015 05:39
Show Gist options
  • Save blockloop/6925556 to your computer and use it in GitHub Desktop.
Save blockloop/6925556 to your computer and use it in GitHub Desktop.
Send media controls via shortcuts (play/pause, skip, back, volume up/down)
#SingleInstance force
RControl & UP::
Send {Volume_Up}
return
RControl & DOWN::
Send {Volume_Down}
return
RControl & Left::
Send {Media_Prev}
return
RControl & Right::
Send {Media_Next}
return
RControl & Enter::
Send {Media_Play_Pause}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment