Skip to content

Instantly share code, notes, and snippets.

@alejandrofloresm
Created September 6, 2020 16:44
Show Gist options
  • Save alejandrofloresm/1b95fecc830181bad1d6c77b0bbbf3d8 to your computer and use it in GitHub Desktop.
Save alejandrofloresm/1b95fecc830181bad1d6c77b0bbbf3d8 to your computer and use it in GitHub Desktop.
Media related hotkeys
; Next song
NumpadRight::Send {Media_Next}
return
; Previous song
NumpadLeft::Send {Media_Prev}
return
; Set volume
NumpadUp::SoundSet,+5
NumpadDown::SoundSet,-5
^NumpadUp::SoundSet,100
^NumpadDown::SoundSet,0
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment