Skip to content

Instantly share code, notes, and snippets.

@regisboliver
regisboliver / MediaKeys.ahk
Last active September 22, 2023 19:57
Media keys shortcuts file for AutoHotkey - by przemoc
^!Left:: Send {Media_Prev}
^!Down:: Send {Media_Play_Pause}
^!Right:: Send {Media_Next}
+^!Left:: Send {Volume_Down}
+^!Down:: Send {Volume_Mute}
+^!Right:: Send {Volume_Up}