Skip to content

Commit 57c0d73

Browse files
committed
Merge pull request #316 from GuiltyDolphin/dvorak_keys
Add dvorak-friendly hintchars
2 parents 09a331c + e348baa commit 57c0d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/content/hints.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,9 @@ const Hints = Module("hints", {
13321332
completer: function (context) [
13331333
["0123456789", "Numbers only"],
13341334
["hjklasdf", "Home row"],
1335+
["dhtnaoeu", "Home row (Dvorak)"],
13351336
["hjklasdfgyuiopqwertnmzxcvb", "Smart order"],
1337+
["dhtnaoeuifgcrl',.pybm;qjkx", "Smart order (Dvorak)"],
13361338
["abcdefghijklmnopqrstuvwxyz", "Alphabetically ordered"],
13371339
],
13381340
validator: function (arg) {

0 commit comments

Comments
 (0)