Bind Shift-Escape in insert mode

This commit is contained in:
Florian Bruhin 2021-09-06 21:26:00 +02:00
parent 650d9e4c34
commit ca73c1519e
3 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,8 @@ Changed
URL.
* `--always-show-selection` to confirm the password to be entered even if
there's only a single match.
- In insert mode, `<Shift-Escape>` is now bound to `fake-key <Escape>` by
default, i.e., sends an Escape keypress to the website.
[[v2.3.1]]
v2.3.1 (2021-07-28)

View File

@ -546,6 +546,7 @@ Default:
* +pass:[&lt;Ctrl-E&gt;]+: +pass:[edit-text]+
* +pass:[&lt;Escape&gt;]+: +pass:[mode-leave]+
* +pass:[&lt;Shift-Escape&gt;]+: +pass:[fake-key &lt;Escape&gt;]+
* +pass:[&lt;Shift-Ins&gt;]+: +pass:[insert-text -- {primary}]+
- +pass:[normal]+:

View File

@ -3653,6 +3653,7 @@ bindings.default:
<Ctrl-E>: edit-text
<Shift-Ins>: insert-text -- {primary}
<Escape>: mode-leave
<Shift-Escape>: fake-key <Escape>
hint:
<Return>: hint-follow
<Ctrl-R>: hint --rapid links tab-bg