From 55a7ef9675d5caa33c12624a795c14f176bf16a3 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Tue, 30 Jun 2015 12:04:09 +0200 Subject: input.conf: invert mouse volume control Scrolling right should increase volume, not decrease it. --- etc/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/input.conf b/etc/input.conf index 8c901f7f40..c0adb269c6 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -33,8 +33,8 @@ #MOUSE_BTN2 cycle pause # toggle pause on/off #MOUSE_BTN3 seek 10 #MOUSE_BTN4 seek -10 -#MOUSE_BTN5 add volume 2 -#MOUSE_BTN6 add volume -2 +#MOUSE_BTN5 add volume -2 +#MOUSE_BTN6 add volume 2 # Mouse wheels, touchpad or other input devices that have axes # if the input devices supports precise scrolling it will also scale the -- cgit v1.2.3