summaryrefslogtreecommitdiff
path: root/_windows/ahk/media.ahk
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-09 11:45:23 +0200
committerkkard2 <[email protected]>2023-07-09 11:51:07 +0200
commitea43499e7927f82cc03f9abad78e9e2f3d71270d (patch)
treee364373ffc1611092cbeb185ee22cbc38f366bae /_windows/ahk/media.ahk
parentc801ae5d7cb999b12b28a6e0016f1bf742be520a (diff)
move elevator configuration to this repo (this joke is very unfunny)
Diffstat (limited to '_windows/ahk/media.ahk')
-rw-r--r--_windows/ahk/media.ahk8
1 files changed, 8 insertions, 0 deletions
diff --git a/_windows/ahk/media.ahk b/_windows/ahk/media.ahk
new file mode 100644
index 0000000..6e4495d
--- /dev/null
+++ b/_windows/ahk/media.ahk
@@ -0,0 +1,8 @@
+#Requires AutoHotkey v2
+#SingleInstance Force
+
+^#Space::Send "{Media_Play_Pause}"
+^#x::Send "{Media_Next}"
+^#z::Send "{Media_Prev}"
+^#Up::Send "{Volume_Up}"
+^#Down::Send "{Volume_Down}"