diff options
author | Miodec <[email protected]> | 2024-11-05 11:54:37 +0100 |
---|---|---|
committer | Miodec <[email protected]> | 2024-11-05 11:54:37 +0100 |
commit | fe2f43dedf86951e3bc77cc108e6c8cb9418b5e6 (patch) | |
tree | 2d40c830388da6d352b21b5063da4364866f7595 | |
parent | cc7a2be286c9326b767b8d7a72394b3e5f8c8e45 (diff) | |
download | monkeytype-fe2f43dedf86951e3bc77cc108e6c8cb9418b5e6.tar.gz monkeytype-fe2f43dedf86951e3bc77cc108e6c8cb9418b5e6.zip |
feat(layouts): add gallium v2 matrix
-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 9092d2dd4..67a0682ef 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1584,6 +1584,17 @@ "row5": [" "] } }, + "gallium_v2_matrix": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["bB", "lL", "dD", "cC", "vV", "jJ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"], + "row3": ["nN", "rR", "tT", "sS", "gG", "pP", "hH", "aA", "eE", "iI", "/?"], + "row4": ["xX", "qQ", "mM", "wW", "zZ", "kK", "fF", "'\"", ";:", ".>"], + "row5": [" "] + } + }, "maya": { "keymapShowTopRow": false, "type": "ansi", |