From 34c492022df174427916ff319840eaf9ef445903 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 14:37:00 +0200 Subject: fix(home/yt): Correctly add some mpv input mappings --- modules/home/conf/yt/input.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/home/conf/yt') diff --git a/modules/home/conf/yt/input.conf b/modules/home/conf/yt/input.conf index 14601533..f374f062 100644 --- a/modules/home/conf/yt/input.conf +++ b/modules/home/conf/yt/input.conf @@ -2,7 +2,8 @@ Q script-message yt-mark-watch-later c script-message yt-comments-external C script-message yt-comments-local d script-message yt-description -WHEEL_LEFT playlist-previous +WHEEL_LEFT playlist-prev WHEEL_RIGHT playlist-next -q ignore +q script-message yt-mark-done-and-go-next +r script-message yt-check-new-videos P quit -- cgit 1.4.1