From ecb549e5db2992eb48956d8e2864d1a11da79fe2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 26 Apr 2020 22:56:32 +0300 Subject: [PATCH] mpv chapters navigation --- mpv/.mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv/.mpv/input.conf b/mpv/.mpv/input.conf index 1b8d4f6..d7bb85d 100644 --- a/mpv/.mpv/input.conf +++ b/mpv/.mpv/input.conf @@ -1,3 +1,5 @@ PGUP seek 600 PGDWN seek -600 +Shift+PGUP add chapter 1 +Shift+PGDWN add chapter -1 ENTER playlist-next force -- 2.44.0