From 9baa19758e248ea7c4a76e5b554d94a488ef6a2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Wed, 15 Dec 2021 01:50:14 +0100
Subject: volume: Disable scroll volume change hotkey

---
 tt.volume.ahk | 2 ++
 1 file changed, 2 insertions(+)

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)
-- 
cgit v1.2.3