diff options
author | jirmu <[email protected]> | 2024-11-24 00:51:39 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-23 22:51:39 +0100 |
commit | a3916cb0cb1870eafd57509ea3e102af1a682ffe (patch) | |
tree | ab04c3c4b4f06a07e54d553f285518766d7050b0 | |
parent | be26eb1312e1f5f24b07ee5ee6dad4fefbe9e5c5 (diff) | |
download | monkeytype-a3916cb0cb1870eafd57509ea3e102af1a682ffe.tar.gz monkeytype-a3916cb0cb1870eafd57509ea3e102af1a682ffe.zip |
feat(layout): add turkish e (@jirmu) (#6069)
-rw-r--r-- | frontend/static/layouts/_list.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 2fae1e7b0..a555682ec 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -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", |