mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 06:33:22 +08:00
added german dvorak
This commit is contained in:
parent
1e2b42e53f
commit
0797327f1d
1 changed files with 10 additions and 0 deletions
|
@ -183,6 +183,16 @@ const layouts = {
|
|||
" "
|
||||
],
|
||||
},
|
||||
german_dvorak: {
|
||||
keymapShowTopRow: true,
|
||||
keys: [
|
||||
"^°", "1!", "2", "3§", "4$", "5%", "6&", "7/", "8(", "9)", "0=", "+*", "<>",
|
||||
"üÜ", ",;", ".:", "pP", "yY", "fF", "gG", "cC", "tT", "pP", "zZ", "ß?", "´`",
|
||||
"aA", "oO", "eE", "iI", "uU", "hH", "dD", "rR", "nN", "sS", "lL", "-_",
|
||||
"äÄ", "öÖ", "qQ", "jJ", "kK", "xX", "bB", "mM", "wW", "vV", "#'",
|
||||
" "
|
||||
]
|
||||
},
|
||||
dvorak_L: {
|
||||
keymapShowTopRow: true,
|
||||
keys: [
|
||||
|
|
Loading…
Reference in a new issue