mpvnet-player / mpv.net

🎞 mpv.net is a media player for Windows with a modern GUI.
GNU General Public License v2.0
3.42k stars 160 forks source link

Invert touchpad support #222

Open TheBestPessimist opened 3 years ago

TheBestPessimist commented 3 years ago

I have set touchpad so that down motion with 2 fingers is a scroll down, as in this picture

image

The problem is that in mpv.net, when I scroll up with touchpad, the volume is turned down instead of up.

Is there a way to make either mpv or mpv.net aware of the touchpad scroll direction and also not break mouse scroll direction?

TheBestPessimist commented 3 years ago

Related MPV issue: https://github.com/mpv-player/mpv/issues/8708

stax76 commented 3 years ago

The system sends mouse events and mpv reacts to the events as defined in input.conf, drag down sends scroll up and that by default increases the volume. I don't think there is something a dev could do.

TheBestPessimist commented 3 years ago

So this feature needs to be added to mpv and not to mpv.net.

I'm curious what other applications who support this do.