From 373e1adb44ce226697609e21a117140f9f264eb5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 5 Sep 2014 06:02:57 +0200 Subject: [PATCH] mpv/input.conf: add a few more "legacy" bindings --- mpv/input.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mpv/input.conf b/mpv/input.conf index 1d4ed11..cdc0cc3 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -26,3 +26,8 @@ PGDWN seek -600 - add audio-delay -0.100 ( add balance -0.1 # change audio balance ) add balance 0.1 + +# "Legacy bindings (may or may not be removed in the future)". Bind them here +# so they won't get removed. +! add chapter -1 # skip to previous chapter +@ add chapter 1 # next -- 2.44.1