Merge branch 'Dietr1ch-fix-dvorak'

This commit is contained in:
Florian Bruhin 2016-06-30 10:02:07 +02:00
commit a0a53ad435
2 changed files with 2 additions and 1 deletions

View File

@ -230,6 +230,7 @@ Contributors, sorted by the number of commits in descending order:
* HalosGhost * HalosGhost
* Gregor Pohl * Gregor Pohl
* Eivind Uggedal * Eivind Uggedal
* Dietrich Daroch
* Daniel Lu * Daniel Lu
* Arseniy Seroka * Arseniy Seroka
* Andy Balaam * Andy Balaam

View File

@ -888,7 +888,7 @@ def data(readonly=False):
('chars', ('chars',
SettingValue(typ.UniqueCharString(minlen=2, completions=[ SettingValue(typ.UniqueCharString(minlen=2, completions=[
('asdfghjkl', "Home row"), ('asdfghjkl', "Home row"),
('dhtnaoeu', "Home row (Dvorak)"), ('aoeuidnths', "Home row (Dvorak)"),
('abcdefghijklmnopqrstuvwxyz', "All letters"), ('abcdefghijklmnopqrstuvwxyz', "All letters"),
]), 'asdfghjkl'), ]), 'asdfghjkl'),
"Chars used for hint strings."), "Chars used for hint strings."),