From 575f3551f39ce7b9aa53e5a3483368111e766cd3 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 16 Oct 2022 22:18:19 +0200 Subject: [PATCH] added ABNT2 --- 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 e185cdcbd..f4c16d274 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1219,5 +1219,16 @@ "row4": ["zZ", "kK", "qQ", "gG", "wW", "!?", "bB", "hH", "'\"", ";:", ",)"], "row5": [" "] } + }, + "ABNT2": { + "keymapShowTopRow": false, + "type": "iso", + "keys": { + "row1": ["'\"", "1!", "2@", "3#", "4$", "5%", "6¨", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["qQ", "wW", "eE", "rR", "tT", "yY", "uU", "iI", "oO", "pP", "´`", "[{" ], + "row3": ["aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", "çÇ", "~^", "]}"], + "row4": ["|", "zZ", "xX", "cC", "vV", "bB", "nN", "mM", ",<", ".>", "/?"], + "row5": [" "] + } } }