Skip to content

Instantly share code, notes, and snippets.

@sthobis
Created November 13, 2019 04:52
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 sthobis/e04bc9d0c0ad3cda60b6e15ad7ad2489 to your computer and use it in GitHub Desktop.
Save sthobis/e04bc9d0c0ad3cda60b6e15ad7ad2489 to your computer and use it in GitHub Desktop.
Auto Hotkey media keys mapping
; Shift + Page Up to turn volume up
+PgUp::
Send, {Volume_Up}
return
; Shift + Page Down to turn volume down
+PgDn::
Send, {Volume_Down}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment