From 46e8d338092a2060300de9953d01778806d87d6d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 25 Sep 2012 03:25:44 +0200 Subject: 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. --- etc/input.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3