Created
December 29, 2021 20:08
-
-
Save kamack38/45abffcceaeadc330254d3f5ea59949b to your computer and use it in GitHub Desktop.
# Adds support for media keys in MPV
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
Media_Play_Pause::ControlSend, ahk_parent, {Space}, ahk_exe mpv.exe | |
Media_Next::ControlSend, ahk_parent, {`>}, ahk_exe mpv.exe | |
Media_Prev::ControlSend, ahk_parent, {`<}, ahk_exe mpv.exe | |
<+Volume_Up::ControlSend, ahk_parent, {0}, ahk_exe mpv.exe | |
<+Volume_Down::ControlSend, ahk_parent, {9}, ahk_exe mpv.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Keys