Created
March 24, 2025 14:31
-
-
Save Be1zebub/f48304f6e6194c07d0e3be837d26bc79 to your computer and use it in GitHub Desktop.
put in shell:startup
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
; AutoHotkey Media Keys | |
; shift + f1 | |
+F1:: Send "{Media_Prev}" | |
; shift + f2 | |
+F2:: Send "{Media_Next}" | |
; shift + f3 | |
+F3:: Send "{Media_Play_Pause}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment