From de8fd25f435192aa087ba05f5076431c3f6563a6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 15 Aug 2018 18:34:26 +0200 Subject: [PATCH] Change key to leave passthrough mode to Shift-Escape We changed this a while ago in a2f62238f1134e0befcd03d84c131ec0dbc30151 already, but Ctrl-V was kind of cumbersome as well, as it conflicted with pasting. Shift-Escape is closer to the default leave-mode binding (Escape), and also unlikely to conflict as it's used for the task manager in Chrome. --- doc/changelog.asciidoc | 3 +++ doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 5da1689a1..0d6081b8a 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -30,6 +30,9 @@ Changed - The `:repeat` command now takes a count which is multiplied with the given "times" argument. +- The default keybinding to leave passthrough mode was changed from `` + to ``, which makes pasting from the clipboard easier in + passthrough mode and is also unlikely to conflict with webpage bindings. v1.4.2 (unreleased) ------------------- diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 25236e208..a5dad907e 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -634,7 +634,7 @@ Default: * +pass:[}}]+: +pass:[navigate next -t]+ - +pass:[passthrough]+: -* +pass:[<Ctrl-V>]+: +pass:[leave-mode]+ +* +pass:[<Shift-Escape>]+: +pass:[leave-mode]+ - +pass:[prompt]+: * +pass:[<Alt-B>]+: +pass:[rl-backward-word]+ diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 5a6cc45a0..89ac390e9 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -2481,7 +2481,7 @@ bindings.default: : hint all tab-bg : leave-mode passthrough: - : leave-mode + : leave-mode command: : command-history-prev : command-history-next