Skip to content

Instantly share code, notes, and snippets.

@tomkimberlin
Created January 26, 2024 15:13
Show Gist options
  • Save tomkimberlin/4b4eb571d1dd9ee7ba2fd0150e7e1417 to your computer and use it in GitHub Desktop.
Save tomkimberlin/4b4eb571d1dd9ee7ba2fd0150e7e1417 to your computer and use it in GitHub Desktop.
Media keys for AHK
^+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