File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,12 @@ Left double click
344
344
Right click
345
345
Toggle pause on/off.
346
346
347
+ Middle click
348
+ Drag to pan through the whole video.
349
+
350
+ Middle double click
351
+ Reset pan.
352
+
347
353
Forward/Back button
348
354
Skip to next/previous entry in playlist.
349
355
Original file line number Diff line number Diff line change 31
31
#MBTN_LEFT ignore # don't do anything
32
32
#MBTN_LEFT_DBL cycle fullscreen # toggle fullscreen
33
33
#MBTN_RIGHT cycle pause # toggle pause/playback mode
34
+ #MBTN_MID script-binding positioning/align-to-cursor # pan the whole video
35
+ MBTN_MID_DBL no-osd set video-align-x 0; no-osd set video-align-y 0; no-osd set video-pan-x 0; no-osd set video-pan-y 0 # reset pan
34
36
#MBTN_BACK playlist-prev # skip to the previous file
35
37
#MBTN_FORWARD playlist-next # skip to the next file
36
38
You can’t perform that action at this time.
0 commit comments