diff options
author | Joonatan <[email protected]> | 2023-09-11 20:54:53 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-11 18:54:53 +0100 |
commit | 4a429575fca20e4ff51ac4d8bdc2519f97cfbe61 (patch) | |
tree | 2b81cd5d03dd0be3b54b6b609ea89ea4d23e8362 /frontend/static/layouts | |
parent | 75e7cee717be91e9978ce4b52e5f2c4db834a333 (diff) | |
download | monkeytype-4a429575fca20e4ff51ac4d8bdc2519f97cfbe61.tar.gz monkeytype-4a429575fca20e4ff51ac4d8bdc2519f97cfbe61.zip |
impr(layout): add estonian (jovark) (#4622)
Diffstat (limited to 'frontend/static/layouts')
-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 6f4f0cd08..97556d8ad 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1703,5 +1703,16 @@ "row4": ["zZ", "cC", "dD", "bB", "/?", "vV", "hH", ".>", "jJ", "xX"], "row5": [" "] } + }, + "estonian": { + "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": [" "] + } } } |