diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 0fa61c35f768b..871273a7b5e72 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -338,12 +338,12 @@ in the mpv git repository. Mouse Control ------------- +Left and right click + Toggle play/pause. + Left double click Toggle fullscreen on/off. -Right click - Toggle pause on/off. - Forward/Back button Skip to next/previous entry in playlist. diff --git a/etc/input.conf b/etc/input.conf index b21e613d7a84a..33eb911a0cb1b 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -28,7 +28,7 @@ # If this is enabled, treat all the following bindings as default. #default-bindings start -#MBTN_LEFT ignore # don't do anything +#MBTN_LEFT cycle pause # toggle pause/playback mode #MBTN_LEFT_DBL cycle fullscreen # toggle fullscreen #MBTN_RIGHT cycle pause # toggle pause/playback mode #MBTN_BACK playlist-prev # skip to the previous file diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf index d07b37e02b9e3..5f6db491310d8 100644 --- a/etc/restore-old-bindings.conf +++ b/etc/restore-old-bindings.conf @@ -9,6 +9,10 @@ # # Older installations use ~/.mpv/input.conf instead. +# changed in mpv 0.40.0 + +#MBTN_LEFT ignore # don't do anything + # changed in mpv 0.37.0 WHEEL_UP seek 10 # seek 10 seconds forward