From 59bf9abaf5b8daed8a4aee7160e14996e1337778 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 14 Jan 2023 10:22:31 +0800 Subject: [PATCH] fix: mpv keybinding --- gui/mpv/input.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui/mpv/input.conf b/gui/mpv/input.conf index bb32b68..05f53c6 100644 --- a/gui/mpv/input.conf +++ b/gui/mpv/input.conf @@ -1,4 +1,5 @@ CTRL+p script-message osc-playlist -n playlist-prev ; show-text "${playlist-pos-1}/${playlist-count}" -p playlist-next ; show-text "${playlist-pos-1}/${playlist-count}" - +n playlist-next ; show-text "${playlist-pos-1}/${playlist-count}" +p playlist-prev ; show-text "${playlist-pos-1}/${playlist-count}" +c add chapter 1 +C add chapter -1 \ No newline at end of file