aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/static/layouts
diff options
context:
space:
mode:
authorJørgen Tharaldsen fosstvedt <[email protected]>2022-07-02 12:29:55 +0200
committerGitHub <[email protected]>2022-07-02 12:29:55 +0200
commitcb643a2b1188847942fa00ebd6230a312b0fc4f4 (patch)
tree4759cfffa7a4c72f1136c9d6e6d93b9e04c746db /frontend/static/layouts
parent87a6fa9b50cccc2f919577ee9dc34a5c9a3040e1 (diff)
downloadmonkeytype-cb643a2b1188847942fa00ebd6230a312b0fc4f4.tar.gz
monkeytype-cb643a2b1188847942fa00ebd6230a312b0fc4f4.zip
added the canary matrix variant (#3289) j-fosstvedt
* added the canary matrix variant As defined here: https://github.com/Apsu/Canary#ortho * added necesarry columns Co-authored-by: Jack <[email protected]>
Diffstat (limited to 'frontend/static/layouts')
-rw-r--r--frontend/static/layouts/_list.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json
index 8434b7a4b..0402d014e 100644
--- a/frontend/static/layouts/_list.json
+++ b/frontend/static/layouts/_list.json
@@ -615,6 +615,17 @@
"row5": [" "]
}
},
+ "canary_matrix": {
+ "keymapShowTopRow": false,
+ "type": "ansi",
+ "keys": {
+ "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
+ "row2": ["wW", "lL", "yY", "pP", "bB", "zZ", "fF", "oO", "uU", "'\"", "[{", "]}", "\\|"],
+ "row3": ["cC", "rR", "sS", "tT", "gG", "mM", "nN", "eE", "iI", "aA", ";:"],
+ "row4": ["qQ", "jJ", "vV", "dD", "kK", "xX", "hH", "/?", ",<", ".>"],
+ "row5": [" "]
+ }
+ },
"boo": {
"keymapShowTopRow": false,
"type": "ansi",