Skip to content

Instantly share code, notes, and snippets.

@saintplay
Created November 9, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saintplay/58849a6e6ea14fd0a15742a0bcf7ec21 to your computer and use it in GitHub Desktop.
Save saintplay/58849a6e6ea14fd0a15742a0bcf7ec21 to your computer and use it in GitHub Desktop.
Create shortcuts for next, previous and pause music. Works with AutoHotkey
^!Left::Media_Prev
^!Right::Media_Next
^!DOWN::Media_Play_Pause
# run shell:common startup and paste the file here to enable this scripts on startup
# Ctrl + Alt + Left: Previous
# Ctrl + Alt + Right: Next
# Ctrl + Alt + Down: Pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment