Created
January 26, 2024 15:13
-
-
Save tomkimberlin/4b4eb571d1dd9ee7ba2fd0150e7e1417 to your computer and use it in GitHub Desktop.
Media keys for AHK
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
| ^+p:: | |
| SendInput {Media_Play_Pause} | |
| return | |
| ^+[:: | |
| SendInput {Media_Prev} | |
| return | |
| ^+]:: | |
| SendInput {Media_Next} | |
| return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment