aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt.volume.ahk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt.volume.ahk b/tt.volume.ahk
index 5946469..4c69248 100644
--- a/tt.volume.ahk
+++ b/tt.volume.ahk
@@ -2,9 +2,11 @@
;; -> body
+/*
XButton2::SendInput, {XButton2}
XButton2 & WheelUp::SetVolume(GetKeyState("Shift") ? 2 : 1)
XButton2 & WheelDown::SetVolume(GetKeyState("Shift") ? -2 : -1)
+*/
RAlt & F6::SetVolume(GetKeyState("Shift") ? 2 : 1)
RAlt & F5::SetVolume(GetKeyState("Shift") ? -2 : -1)