summaryrefslogtreecommitdiff
path: root/config/common/mpv/input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/common/mpv/input.conf')
-rw-r--r--config/common/mpv/input.conf23
1 files changed, 18 insertions, 5 deletions
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf
index 7e8c13c..7fc1c12 100644
--- a/config/common/mpv/input.conf
+++ b/config/common/mpv/input.conf
@@ -183,22 +183,33 @@ q quit-watch-later
Alt+l cycle-values loop-file "inf" "no" # toggle infinite looping
-# seeking
+# Seeking
H add chapter -1
L add chapter 1
h seek -5
l seek 5
- seek -60
= seek 60
+RIGHT seek 2 exact
+LEFT seek -2 exact
+UP seek 2 keyframes
+DOWN seek -2 keyframes
+
+# Speed
+] add speed 0.5
+[ add speed -0.5
+} add speed 0.25
+{ add speed -0.25
+\ set speed 1
+
# Add/Decrease volume
j add volume -5
k add volume 5
# Subtitles
-c cycle sub # switch subtitle track up-order
-C cycle sub down # switch subtitle track down-order
-Alt+c cycle sub-visibility # Toggle subtitles
+S cycle sub # switch subtitle track up-order
+ctrl+s cycle sub-visibility # Toggle subtitles
# Cycle audio tracks
v cycle audio # switch audio track
@@ -208,4 +219,6 @@ ctrl+l cycle-values loop-file "inf" "no" # toggle infinite looping
# Keep open after exit
P cycle keep-open up
-K script-message osc-chapterlist \ No newline at end of file
+# OSC
+K script-message osc-chapterlist
+BS script-binding osc/visibility \ No newline at end of file