File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 58
58
#Ctrl+RIGHT no-osd sub-seek 1 # seek to the next subtitle
59
59
#Ctrl+Shift+LEFT sub-step -1 # change subtitle timing such that the previous subtitle is displayed
60
60
#Ctrl+Shift+RIGHT sub-step 1 # change subtitle timing such that the next subtitle is displayed
61
- #Alt+left add video-pan-x 0.1 # move the video right
62
- #Alt+right add video-pan-x -0.1 # move the video left
63
- #Alt+up add video-pan-y 0.1 # move the video down
64
- #Alt+down add video-pan-y -0.1 # move the video up
61
+ #Alt+LEFT repeatable no-osd change-list script-opts append positioning-pan_amount=-0.2; script-binding positioning/pan-x # pan to the right
62
+ #Alt+RIGHT repeatable no-osd change-list script-opts append positioning-pan_amount=0.2; script-binding positioning/pan-x # pan to the left
63
+ #Alt+UP repeatable no-osd change-list script-opts append positioning-pan_amount=-0.2; script-binding positioning/pan-y # pan down
64
+ #Alt+DOWN repeatable no-osd change-list script-opts append positioning-pan_amount=0.2; script-binding positioning/pan-y # pan up
65
65
#Alt++ add video-zoom 0.1 # zoom in
66
66
#ZOOMIN add video-zoom 0.1 # zoom in
67
67
#Alt+- add video-zoom -0.1 # zoom out
Original file line number Diff line number Diff line change 9
9
#
10
10
# Older installations use ~/.mpv/input.conf instead.
11
11
12
+ # changed in mpv 0.40.0
13
+
14
+ #Alt+LEFT add video-pan-x 0.1 # move the video right
15
+ #Alt+RIGHT add video-pan-x -0.1 # move the video left
16
+ #Alt+UP add video-pan-y 0.1 # move the video down
17
+ #Alt+DOWN add video-pan-y -0.1 # move the video up
18
+
12
19
# changed in mpv 0.37.0
13
20
14
21
WHEEL_UP seek 10 # seek 10 seconds forward
You can’t perform that action at this time.
0 commit comments