mirror of https://github.com/mpv-player/mpv
input.conf: invert mouse volume control
Scrolling right should increase volume, not decrease it.
This commit is contained in:
parent
eaf1547afc
commit
55a7ef9675
|
@ -33,8 +33,8 @@
|
||||||
#MOUSE_BTN2 cycle pause # toggle pause on/off
|
#MOUSE_BTN2 cycle pause # toggle pause on/off
|
||||||
#MOUSE_BTN3 seek 10
|
#MOUSE_BTN3 seek 10
|
||||||
#MOUSE_BTN4 seek -10
|
#MOUSE_BTN4 seek -10
|
||||||
#MOUSE_BTN5 add volume 2
|
#MOUSE_BTN5 add volume -2
|
||||||
#MOUSE_BTN6 add volume -2
|
#MOUSE_BTN6 add volume 2
|
||||||
|
|
||||||
# Mouse wheels, touchpad or other input devices that have axes
|
# Mouse wheels, touchpad or other input devices that have axes
|
||||||
# if the input devices supports precise scrolling it will also scale the
|
# if the input devices supports precise scrolling it will also scale the
|
||||||
|
|
Loading…
Reference in New Issue