Allow empty vlaue for bindings.key_mappings
This commit is contained in:
parent
0d94c17edc
commit
e2cdb5c8cf
@ -127,6 +127,7 @@ Fixed
|
|||||||
- Crash when `completion.min_chars` is set in some cases.
|
- 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
|
- HTML/JS resource files are now read into RAM on start to avoid crashes when
|
||||||
changing qutebrowser versions while it's open.
|
changing qutebrowser versions while it's open.
|
||||||
|
- Setting `bindings.key_mappings` to an empty value is now allowed.
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -2161,6 +2161,7 @@ bindings.key_mappings:
|
|||||||
<Ctrl-Enter>: <Ctrl-Return>
|
<Ctrl-Enter>: <Ctrl-Return>
|
||||||
type:
|
type:
|
||||||
name: Dict
|
name: Dict
|
||||||
|
none_ok: true
|
||||||
keytype: Key
|
keytype: Key
|
||||||
valtype: Key
|
valtype: Key
|
||||||
desc: >-
|
desc: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user