From 9a80b4205492458e077aae657c526532c5da5e58 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 2 Jun 2025 20:57:18 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-02 20:57:18 --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 8e31fe30..41a6a54b 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -52,7 +52,7 @@ config.bind( config.bind(",", "click-element css main", mode="normal") config.bind( ",,", - "mode-leave ;; jseval -q document.activeElement.blur()", + "jseval -q document.activeElement.blur()", mode="normal", )