From 3dd6e7b25449b8de2822db0cc94c9d322c9df30d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 8 Mar 2025 19:32:50 +0100 Subject: [PATCH] qute: Update deprecated taskadd mapping Uses (not-so-) new 'cmd-set-text' syntax instead of the deprecated version. Retains all other functionality. --- qutebrowser/config/maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/maps.py b/qutebrowser/config/maps.py index ccc757a..b629f30 100644 --- a/qutebrowser/config/maps.py +++ b/qutebrowser/config/maps.py @@ -94,7 +94,7 @@ config.bind( "config-cycle content.user_stylesheets " + 'stylesheets/stylesheet.css ""', ) -config.bind(leader + "a", "set-cmd-text -s :taskadd") +config.bind(leader + "a", "cmd-set-text -s :taskadd") # Enable and disable javascript config.bind(leader + "js", "config-cycle content.javascript.enabled true false")