diff options
author | Valorance <[email protected]> | 2024-11-21 03:11:35 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-21 12:11:35 +0100 |
commit | 794555f19c07f9288c964de7e907c41c78d01676 (patch) | |
tree | 44280b30a8aa4c15aca5ecdb8a7988c8995d25d5 | |
parent | a91c95254a86a7cf9cedc2635bd35d7088e59ce2 (diff) | |
download | monkeytype-794555f19c07f9288c964de7e907c41c78d01676.tar.gz monkeytype-794555f19c07f9288c964de7e907c41c78d01676.zip |
feat(layout): add dusk (@luminespire) (#6064)
-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 e24789a88..2fae1e7b0 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -2200,5 +2200,16 @@ "row4": ["/?", "vV", "gG", "pP", "bB", "xX", "wW", ".>", ";:", "-_"], "row5": ["eE", " "] } + }, + "dusk": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["xX", "fF", "dD", "pP", "qQ", "jJ", "'\"", "oO", "uU", ".>", "[{", "]}", "\\|"], + "row3": ["nN", "sS", "tT", "cC", "yY", "mM", "hH", "aA", "eE", "iI", ";:"], + "row4": ["bB", "vV", "kK", "gG", "wW", "zZ", "lL", "-_", "/?", ",<"], + "row5": ["rR", " "] + } } } |