summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-25 03:25:44 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:32 +0200
commit46e8d338092a2060300de9953d01778806d87d6d (patch)
tree4ade54a6ed5a4c56843f419326e931bca2009f89 /etc
parente79efd28f8f3f539ca976733ff4209e372dcb5ed (diff)
downloadmpv-46e8d338092a2060300de9953d01778806d87d6d.tar.bz2
mpv-46e8d338092a2060300de9953d01778806d87d6d.tar.xz
commands: make exact seeking default bindings not use OSD
The OSD bar is very annoying when seeking. Especially when the seeks are very small, the OSD doesn't show any interesting information. The exact seeking commands are a use case where the user definitely never wants to see a seek bar.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 856ebba457..edce5e0579 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -37,10 +37,11 @@ LEFT seek -10
UP seek 60
DOWN seek -60
# Do smaller, always exact (non-keyframe-limited), seeks with shift.
-Shift+RIGHT seek 1 - exact
-Shift+LEFT seek -1 - exact
-Shift+UP seek 5 - exact
-Shift+DOWN seek -5 - exact
+# Don't show them on the OSD (no-osd).
+Shift+RIGHT no-osd seek 1 - exact
+Shift+LEFT no-osd seek -1 - exact
+Shift+UP no-osd seek 5 - exact
+Shift+DOWN no-osd seek -5 - exact
PGUP seek 600
PGDWN seek -600
+ add audio-delay 0.100 # this changes audio/video sync