From 72dfee47ce0ba595a3a3d8de3c378ef1f9ffacc1 Mon Sep 17 00:00:00 2001 From: "BARNI.exe" Date: Mon, 28 Aug 2023 14:42:15 +0200 Subject: [PATCH] impr(layout): add hungarian layout (BarniExe) (#4590) * Added hungarian layout * reordered layouts --------- Co-authored-by: Miodec --- 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 fafcecc37..6f4f0cd08 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -439,6 +439,17 @@ "row5": [" "] } }, + "hungarian": { + "keymapShowTopRow": true, + "type": "iso", + "keys": { + "row1": ["0§", "1'", "2\"", "3+", "4!", "5%", "6/", "7=", "8(", "9)", "öÖ", "üÜ", "óÓ"], + "row2": ["qQ", "wW", "eE", "rR", "tT", "zZ", "uU", "iI", "oO", "pP", "őŐ", "úÚ"], + "row3": ["aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", "éÉ", "áÁ", "űŰ"], + "row4": ["íÍ", "yY", "xX", "cC", "vV", "bB", "nN", "mM", ",?", ".:", "-_"], + "row5": [" "] + } + }, "handsdown_alt": { "keymapShowTopRow": false, "type": "ansi",