From 1bd363b8472370b82164cd74c364e70a9e541544 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Mar 2015 04:07:38 +0100 Subject: [PATCH] mpv/input.conf: add mappings for short seeks --- mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mpv/input.conf b/mpv/input.conf index ccbbdc7..bf52fc2 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -44,3 +44,7 @@ _ ignore # was cycle video ] ignore # dito { ignore # dito } ignore # dito + +# Short seeks. +Shift+RIGHT seek 5 - exact +Shift+LEFT seek -5 - exact -- 2.44.1