-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput.conf
52 lines (40 loc) · 1.09 KB
/
input.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# mpv keybindings
# guide: https://kokomins.wordpress.com/2019/10/14/mpv-config-guide/#inputconf-config
# man section: List of Input Commands
## chapters
Ctrl+right add chapter 1 # next chapter
Ctrl+left add chapter -1 # previous chapter
PGUP add chapter -1
PGDWN add chapter 1
## speed
] add speed 0.1
[ add speed -0.1
} add speed 0.05
{ add speed -0.05
\ add speed 0.01
Ctrl+* add audio-delay 0.01
Ctrl+_ add audio-delay -0.01
## cycle audio/sub
j cycle sub
k cycle sub down
# # as well
' cycle audio down
## fine grained zoom/pan
Alt++ add video-zoom 0.02
Alt+- add video-zoom -0.02
Alt+LEFT add video-pan-x 0.02
Alt+RIGHT add video-pan-x -0.02
Alt+UP add video-pan-y 0.02
Alt+DOWN add video-pan-y -0.02
## disable annoying stuff
Alt+1 print-text "disabled"
Alt+2 print-text "disabled"
l print-text "disabled"
## misc
y playlist-shuffle; print-text "Shuffled playlist"
Y playlist-unshuffle; print-text "Unshuffled playlist"
p script-message osc-playlist
P show-text "${playlist}"
Ctrl+u script_message timestamp_start
Ctrl+U script_message timestamp_start_force
Ctrl+x script_message timestamp_end