2017-07-18 - Windows 10 x64
Add these lines in the input.conf
MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2
Changing volume with mouse wheel instead of going forward or backward in the video
mpv keeps the default behavior ignoring the input.conf file (only the MOUSE_BTN3/MOUSE_BTN4 part)
Relevant part of the input.conf file
LEFT add chapter -1
RIGHT add chapter 1
UP add volume 2
DOWN add volume -2
MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2
Try AXIS_UP/AXIS_DOWN.
Duplicate of https://github.com/mpv-player/mpv/issues/4623
Where should the file be BTW? Placig it in home directory does not work for me.
edit: uhm sorry I confused the Linux path with the Windows path. On windows you should use %appdata%/mpv
@leewdch nope! On windows it's ~\AppData\Roaming\mpv\ as I found with procmon just now. Probably it varies between builds.
not really. if you input %appdata% in Win+R you'll go to appdata/roaming. so the correct path is indeed %appdata%/mpv. if you need appdata/local instead you input %localappdata%
Most helpful comment
Try
AXIS_UP/AXIS_DOWN.