From 955bb50bd87e1382d66b11afed7cd9dedbfc7d0a Mon Sep 17 00:00:00 2001 From: ibrab000 <113786106+ibrab000@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:39:52 -0800 Subject: feat(layout): add zenith (@ibrab000) (#6127) --- frontend/static/layouts/_list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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": [" "] + } } } -- cgit v1.2.3