From 2f0c8f124f0838462725f3f02f0864c8c8208b41 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 30 Oct 2023 22:07:20 +0000 Subject: [PATCH] qutebrowser: open hints in mpv using M --- qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f7e0acc..cf752b5 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1989,6 +1989,8 @@ config.bind('gr', 'tab-move +') # config.bind('k', 'scroll up') # config.bind('l', 'scroll right') config.bind('m', 'spawn mpv {url}') +# TODO: add hints.selector for ytdl compatible links +config.bind('M', 'hint links spawn mpv {hint-url}') # config.bind('n', 'search-next') # config.bind('o', 'set-cmd-text -s :open') # config.bind('pP', 'open -- {primary}') -- 2.48.1