Created
November 13, 2019 04:52
-
-
Save sthobis/e04bc9d0c0ad3cda60b6e15ad7ad2489 to your computer and use it in GitHub Desktop.
Auto Hotkey media keys mapping
This file contains hidden or 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
; 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