Created
November 9, 2017 18:16
-
-
Save saintplay/58849a6e6ea14fd0a15742a0bcf7ec21 to your computer and use it in GitHub Desktop.
Create shortcuts for next, previous and pause music. Works with AutoHotkey
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^!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