We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be15cfd commit a59d17cCopy full SHA for a59d17c
DOCS/man/mpv.rst
@@ -373,6 +373,9 @@ Left double click
373
Right click
374
Toggle pause on/off.
375
376
+Middle click
377
+ Pan through the whole video while holding the button.
378
+
379
Forward/Back button
380
Skip to next/previous entry in playlist.
381
etc/input.conf
@@ -31,6 +31,7 @@
31
#MBTN_LEFT ignore # don't do anything
32
#MBTN_LEFT_DBL cycle fullscreen # toggle fullscreen
33
#MBTN_RIGHT cycle pause # toggle pause/playback mode
34
+#MBTN_MID script-binding positioning/align-to-cursor # pan the whole video
35
#MBTN_BACK playlist-prev # skip to the previous file
36
#MBTN_FORWARD playlist-next # skip to the next file
37
#Ctrl+MBTN_LEFT script-binding positioning/drag-to-pan # pan around the clicked point
0 commit comments