AutoYADM commit: 2025-06-02 20:57:18

This commit is contained in:
Daniel Fichtinger 2025-06-02 20:57:18 -04:00
parent c5d18c7be9
commit 9a80b42054

View file

@ -52,7 +52,7 @@ config.bind(
config.bind(",<Esc>", "click-element css main", mode="normal") config.bind(",<Esc>", "click-element css main", mode="normal")
config.bind( config.bind(
",,", ",,",
"mode-leave ;; jseval -q document.activeElement.blur()", "jseval -q document.activeElement.blur()",
mode="normal", mode="normal",
) )