Last active
September 24, 2024 03:02
-
-
Save huaminghuangtw/1ff244be09aff334c4c9993e88c942e7 to your computer and use it in GitHub Desktop.
Keyboard shortcuts for media control in Windows 10 using AutoHotkey
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
^!Space::Media_Play_Pause ;"Ctrl + Alt + Space" to play/pause/resume media | |
^!Shift::Volume_Mute ;"Ctrl + Alt + Shift" to toggle mute/unmute | |
^!Left::Media_Prev ;"Ctrl + Alt + ⭠" to play previous clip | |
^!Right::Media_Next ;"Ctrl + Alt + ⭢" to play next clip | |
^!Up::Volume_Up ;"Ctrl + Alt + ⭡" to increase volume | |
^!Down::Volume_Down ;"Ctrl + Alt + ⭣" to reduce volume |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AutoHotkey keyboard shortcuts for media control in Windows 10
👉 How to use this script?
autohotkey-media-control.ahk
to create a new script.👉 AutoHotkey keyboard shortcuts