Merge branch 'fix-dvorak' of https://github.com/Dietr1ch/qutebrowser into Dietr1ch-fix-dvorak
This commit is contained in:
commit
0f34e6b374
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user