Created
November 14, 2017 21:27
-
-
Save st0le/5a69ef69564e091fc5db350a10b47ead to your computer and use it in GitHub Desktop.
Add MediaKey shortcuts to normal keyboard
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
; ^ = Ctrl | |
; volume up | |
^Numpad8::Volume_Up | |
; volume down | |
^Numpad2::Volume_Down | |
; volume mute | |
^Numpad0::Volume_Mute | |
; previous | |
^Numpad4::Media_Prev | |
; pause | |
^Numpad5::Media_Play_Pause | |
; next | |
^Numpad6::Media_Next | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment