From cf70ec93ec1a58b1b48e57e3404e778ccc2ad8d6 Mon Sep 17 00:00:00 2001 From: anakojm <49002220+anakojm@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:13:00 +0000 Subject: [PATCH] =?UTF-8?q?feat(layout):=20add=20ergo=E2=80=91l=20(anakojm?= =?UTF-8?q?)=20(#5001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 87f6c432a2bc..0c7aeea5b3e3 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -2001,5 +2001,16 @@ "row4": ["/?", ".>", ",<", "zZ", ";:", "kK", "pP", "mM", "vV", "wW"], "row5": [" "] } + }, + "ergo-l": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9«", "0»", "/_", "=+"], + "row2": ["qQ", "cC", "oO", "pP", "wW", "jJ", "mM", "dD", "*", "fF", "[{", "]}", "\\|"], + "row3": ["aA", "sS", "eE", "nN", ",;", "lL", "rR", "tT", "iI", "uU", "'\""], + "row4": ["zZ", "xX", "-?", "vV", "bB", ".:", "hH", "gG", "yY", "kK"], + "row5": [" "] + } } }