From 1aa0f415ed903711b174fe1d31ec7d5c144b1f36 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 1 Apr 2023 10:06:37 +0200 Subject: [PATCH] multimedia: mpv: update input bindings --- multimedia/mpv/input.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/mpv/input.conf b/multimedia/mpv/input.conf index bf52fc2..b6dbd2b 100644 --- a/multimedia/mpv/input.conf +++ b/multimedia/mpv/input.conf @@ -1,6 +1,6 @@ # Mpv input binding file. -# Copyright (C) 2014 Simon Ruderich +# Copyright (C) 2014-2023 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # First restore many useful mappings which were dropped in 0.5.0. -o osd # cycle through OSD modes +o no-osd cycle osd-level # cycle through OSD modes RIGHT seek 10 LEFT seek -10 PGUP seek 600 @@ -26,6 +26,8 @@ PGDWN seek -600 - add audio-delay -0.100 ( add balance -0.1 # change audio balance ) add balance 0.1 +# More dropped keybindings in 0.26. +I show-text "${filename}" # "Legacy bindings (may or may not be removed in the future)". Bind them here # so they won't get removed. -- 2.43.2