aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGalileoBlues <[email protected]>2023-03-02 22:06:33 +1030
committerGitHub <[email protected]>2023-03-02 12:36:33 +0100
commitf55ad9d22a03f8de37275bd01ff9c8f5ac0a8e5d (patch)
tree5c4c28466847681073a67aab5f8569803de65b6b
parent6aef311a9c6a8ac2fff59c398f08b083ddbe305b (diff)
downloadmonkeytype-f55ad9d22a03f8de37275bd01ff9c8f5ac0a8e5d.tar.gz
monkeytype-f55ad9d22a03f8de37275bd01ff9c8f5ac0a8e5d.zip
Add layouts gallium and angle variant (#4038) GalileoBlues
-rw-r--r--frontend/static/layouts/_list.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json
index 97fff0db9..a5ba18901 100644
--- a/frontend/static/layouts/_list.json
+++ b/frontend/static/layouts/_list.json
@@ -1341,5 +1341,27 @@
"row4": ["ဖဇ", "ထဌ", "ခဃ", "လဠ", "ဘယ", "ညဉ", "ာဦ", ",၊", ".။", "/?"],
"row5": [" "]
}
+ },
+ "gallium": {
+ "keymapShowTopRow": false,
+ "type": "ansi",
+ "keys": {
+ "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
+ "row2": ["bB", "lL", "dD", "cC", "vV", "zZ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"],
+ "row3": ["nN", "rR", "tT", "sS", "gG", "pP", "hH", "aA", "eE", "iI", "/?"],
+ "row4": ["qQ", "xX", "mM", "wW", "jJ", "kK", "fF", "'\"", ";:", ",)"],
+ "row5": [" "]
+ }
+ },
+ "gallium_angle": {
+ "keymapShowTopRow": false,
+ "type": "ansi",
+ "keys": {
+ "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
+ "row2": ["bB", "lL", "dD", "cC", "jJ", "zZ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"],
+ "row3": ["nN", "rR", "tT", "sS", "vV", "pP", "hH", "aA", "eE", "iI", "/?"],
+ "row4": ["xX", "mM", "wW", "gG", "qQ", "kK", "fF", "'\"", ";:", ",)"],
+ "row5": [" "]
+ }
}
}