Created
October 11, 2016 08:33
-
-
Save anth12/be4e30965acdf4c6b0bc51c54c7965b7 to your computer and use it in GitHub Desktop.
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
; "WIN + LEFT" for previous | |
#Left::Media_Prev | |
; "WIN + RIGHT" for next | |
#Right::Media_Next | |
; "WIN + SPACE" for pause | |
#Space::Media_Play_Pause | |
; "WIN + Up" for Volumne Up | |
#Up::Volume_Up | |
; "WIN + Down" for Volumne Down | |
#Down::Volume_Down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment