From 4479b31e306d089ca4acdcbe93b1a21b434f66f1 Mon Sep 17 00:00:00 2001 From: anakojm Date: Mon, 5 Feb 2024 00:06:00 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Ergo=E2=80=91L?= 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": [" "] + } } }