Skip to content

Commit 955bb50

Browse files
authored
feat(layout): add zenith (@ibrab000) (monkeytypegame#6127)
1 parent a678047 commit 955bb50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

frontend/static/layouts/_list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,5 +2222,16 @@
22222222
"row4": ["bB", "vV", "kK", "gG", "wW", "zZ", "lL", "-_", "/?", ",<"],
22232223
"row5": ["rR", " "]
22242224
}
2225+
},
2226+
"zenith": {
2227+
"keymapShowTopRow": false,
2228+
"type": "ansi",
2229+
"keys": {
2230+
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
2231+
"row2": ["fF", "oO", "uU", "rR", "zZ", "wW", "vV", "jJ", "lL", "dD", "[{", "]}", "\\|"],
2232+
"row3": ["yY", "aA", "iI", "nN", "cC", "gG", "sS", "eE", "hH", "tT", "/?"],
2233+
"row4": ["'\"", ".>", ",<", "bB", "xX", "mM", "pP", "qQ", "kK", ";:"],
2234+
"row5": [" "]
2235+
}
22252236
}
22262237
}

0 commit comments

Comments
 (0)