diff options
author | Miodec <[email protected]> | 2022-10-16 22:18:19 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2022-10-16 22:18:19 +0200 |
commit | 575f3551f39ce7b9aa53e5a3483368111e766cd3 (patch) | |
tree | 496b21f2b82f8d5611b141d16e7c15d6f26a0e25 /frontend/static/layouts | |
parent | 7bcd41e7e598739010f399af07db7c667e52e982 (diff) | |
download | monkeytype-575f3551f39ce7b9aa53e5a3483368111e766cd3.tar.gz monkeytype-575f3551f39ce7b9aa53e5a3483368111e766cd3.zip |
added ABNT2
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 e185cdcbd..f4c16d274 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1219,5 +1219,16 @@ "row4": ["zZ", "kK", "qQ", "gG", "wW", "!?", "bB", "hH", "'\"", ";:", ",)"], "row5": [" "] } + }, + "ABNT2": { + "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": [" "] + } } } |