mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 19:15:59 +08:00
added italian qwerty
This commit is contained in:
parent
bf79427b57
commit
731d77311e
1 changed files with 12 additions and 1 deletions
|
@ -250,7 +250,18 @@
|
|||
"row3": ["aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", "ñÑ", "´¨", "çÇ"],
|
||||
"row4": ["<>", "zZ", "xX", "cC", "vV", "bB", "nN", "mM", ",;", ".:", "-_"],
|
||||
"row5": [" "]
|
||||
}
|
||||
}
|
||||
},
|
||||
"italian_qwerty": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "iso",
|
||||
"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": [" "]
|
||||
}
|
||||
},
|
||||
"latam_qwerty": {
|
||||
"keymapShowTopRow": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue