mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 17:48:51 +08:00
feat(layout): add turkish e (@jirmu) (#6069)
This commit is contained in:
parent
be26eb1312
commit
a3916cb0cb
1 changed files with 11 additions and 0 deletions
|
@ -197,6 +197,17 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"turkish_e": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "iso",
|
||||
"keys": {
|
||||
"row1": ["*+", "1!", "2\"", "3^", "4$", "5%", "6&", "7'", "8(", "9)", "0=", "/?", "-_"],
|
||||
"row2": ["qQ", "jJ", "üÜ", "oO", "fF", "cC", "tT", "mM", "kK", "bB", "sS", "pP"],
|
||||
"row3": ["eE", "aA", "iİ", "ıI", "gG", "ğĞ", "lL", "nN", "rR", "dD", "vV", ",;"],
|
||||
"row4": ["<>", "xX", "wW", "öÖ", "uU", "hH", "zZ", "çÇ", "yY", "şŞ", ".:"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"MTGAP_ASRT": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
|
|
Loading…
Add table
Reference in a new issue