summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-06 21:43:07 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-06 21:43:07 +0100
commite2cdb5c8cf184d652788943159318d2cc4c6d60c (patch)
tree21b2a82d15df4db470269ea2234adc01bff8b0b1
parent0d94c17edc04ea67faf1956b33a15d6f2ffd1b98 (diff)
downloadqutebrowser-e2cdb5c8cf184d652788943159318d2cc4c6d60c.tar.gz
qutebrowser-e2cdb5c8cf184d652788943159318d2cc4c6d60c.zip
Allow empty vlaue for bindings.key_mappings
-rw-r--r--doc/changelog.asciidoc1
-rw-r--r--qutebrowser/config/configdata.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 66f0d2fc9..dfc11fd59 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -127,6 +127,7 @@ Fixed
- Crash when `completion.min_chars` is set in some cases.
- HTML/JS resource files are now read into RAM on start to avoid crashes when
changing qutebrowser versions while it's open.
+- Setting `bindings.key_mappings` to an empty value is now allowed.
Removed
~~~~~~~
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 060343b7e..28c3a5d87 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -2161,6 +2161,7 @@ bindings.key_mappings:
<Ctrl-Enter>: <Ctrl-Return>
type:
name: Dict
+ none_ok: true
keytype: Key
valtype: Key
desc: >-