aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoribrab000 <[email protected]>2024-12-23 05:39:52 -0800
committerGitHub <[email protected]>2024-12-23 14:39:52 +0100
commit955bb50bd87e1382d66b11afed7cd9dedbfc7d0a (patch)
tree1b87824b8dbe4ef1bce09b789166080ee8d742fd
parenta67804746db8c62a8f516425994b5a02ef8266e0 (diff)
downloadmonkeytype-955bb50bd87e1382d66b11afed7cd9dedbfc7d0a.tar.gz
monkeytype-955bb50bd87e1382d66b11afed7cd9dedbfc7d0a.zip
feat(layout): add zenith (@ibrab000) (#6127)
-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 a555682ec..23d441c8d 100644
--- a/frontend/static/layouts/_list.json
+++ b/frontend/static/layouts/_list.json
@@ -2222,5 +2222,16 @@
"row4": ["bB", "vV", "kK", "gG", "wW", "zZ", "lL", "-_", "/?", ",<"],
"row5": ["rR", " "]
}
+ },
+ "zenith": {
+ "keymapShowTopRow": false,
+ "type": "ansi",
+ "keys": {
+ "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
+ "row2": ["fF", "oO", "uU", "rR", "zZ", "wW", "vV", "jJ", "lL", "dD", "[{", "]}", "\\|"],
+ "row3": ["yY", "aA", "iI", "nN", "cC", "gG", "sS", "eE", "hH", "tT", "/?"],
+ "row4": ["'\"", ".>", ",<", "bB", "xX", "mM", "pP", "qQ", "kK", ";:"],
+ "row5": [" "]
+ }
}
}