mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
added 2 layouts
This commit is contained in:
parent
60720fbc80
commit
7fb6593c0c
1 changed files with 22 additions and 0 deletions
|
@ -263,6 +263,17 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"uk_qwerty": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`¬", "1!", "2\"", "3£", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["qQ", "wW", "eE", "rR", "tT", "yY", "uU", "iI", "oO", "pP", "[{", "]}", "#~"],
|
||||
"row3": ["aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", ";:", "'@"],
|
||||
"row4": ["zZ", "xX", "cC", "vV", "bB", "nN", "mM", ",<", ".>", "/?"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"spanish_qwerty": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "iso",
|
||||
|
@ -1615,5 +1626,16 @@
|
|||
"row4": ["jJ", "gG", "mM", "wW", "qQ", "pP", "hH", ";:", "xX", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"UGJRMV": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["??", "1!", "2«", "3»", "4$", "5%", "6/", "7&", "8×", "9(", "0)", "-_", "fF"],
|
||||
"row2": ["ūŪ", "gG", "jJ", "rR", "mM", "vV", "nN", "zZ", "ēĒ", "čČ", "žŽ", "hH", "ķĶ"],
|
||||
"row3": ["šŠ", "uU", "sS", "iI", "lL", "dD", "aA", "tT", "eE", "cC", "'°"],
|
||||
"row4": ["ņŅ", "bB", "īĪ", "kK", "pP", "oO", "āĀ", ",;", ".:", "ļĻ"],
|
||||
"row5": [" "]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue