From 9d2df684bf572562d983c7e220c218c90c0ebd6e Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 5 Aug 2021 21:47:28 +0200 Subject: [PATCH] qutebrowser: Add legacy keybindings for zoom level --- .config/qutebrowser/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index e318b30..b20eb9d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -37,6 +37,9 @@ config.bind('', 'mode-leave', mode='command') # Legacy bindings config.bind('', 'back') config.bind('', 'forward') +config.bind('', 'zoom-out') +config.bind('', 'zoom-in') +config.bind('', 'zoom') config.bind('', 'open -t qute://bookmarks#bookmarks') config.bind('', 'bookmark-add') config.bind('', 'set-cmd-text /') @@ -62,6 +65,8 @@ config.bind(';M', 'hint --rapid links spawn umpv {hint-url}') # Reload browser config config.bind('', 'config-source ;; message-info "qutebrowser reloaded."') +# Run :debug-keytester to get keybinding names + # General # ---------------------------------------- #