Merge branch 'Dietr1ch-fix-dvorak'
This commit is contained in:
commit
a0a53ad435
@ -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
|
||||
|
@ -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