diff --git a/README.asciidoc b/README.asciidoc index 1919a7942..2422ff4f8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -230,6 +230,7 @@ Contributors, sorted by the number of commits in descending order: * HalosGhost * Gregor Pohl * Eivind Uggedal +* Dietrich Daroch * Daniel Lu * Arseniy Seroka * Andy Balaam diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 5feec1e92..33c79c2ce 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -888,7 +888,7 @@ def data(readonly=False): ('chars', SettingValue(typ.UniqueCharString(minlen=2, completions=[ ('asdfghjkl', "Home row"), - ('dhtnaoeu', "Home row (Dvorak)"), + ('aoeuidnths', "Home row (Dvorak)"), ('abcdefghijklmnopqrstuvwxyz', "All letters"), ]), 'asdfghjkl'), "Chars used for hint strings."),