summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-22 17:37:42 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-22 17:37:42 +0100
commit41afe0febe437e73df4edb3548036eedc0ee70c4 (patch)
treeb1129694fbfe413d4366c89950db3a5b4d440d12 /doc
parent28a694e17c9b41e9b5585926091f5b70fedf558c (diff)
downloadqutebrowser-41afe0febe437e73df4edb3548036eedc0ee70c4.tar.gz
qutebrowser-41afe0febe437e73df4edb3548036eedc0ee70c4.zip
Support Super as modifier name
See https://github.com/qutebrowser/qutebrowser/discussions/5999#discussioncomment-297309
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 07b0c3c2e..436ee6d9f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -202,6 +202,7 @@ Changed
* The default bindings for moving tabs (`tab-move -` and `tab-move +`) were
changed from `gl` and `gr` to `gK` and `gJ`, to be consistent with the tab
switching bindings.
+- "Super" is now understood as a modifier (i.e. as alias to "Meta")
- Various performance improvements, including for the startup time.
Fixed