From c75ba9a2ba883ab9343bf29da01be4af74aaf145 Mon Sep 17 00:00:00 2001 From: matthew <113079917+aoi-buh@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:51:15 -0600 Subject: [PATCH] feat(layout): add the inqwerted layout (@aoi-buh) (#5880) Added the inqwerted layout. ### Description ### Checks - [ ] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language or a theme? - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [ ] If is a theme, did you add the theme.css? - Also please add a screenshot of the theme, it would be extra awesome if you do so! - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. - [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. Closes # --- 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 21f392af0..87fd5d79f 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -2046,5 +2046,16 @@ "row4": ["qQ", ",<", ".>", "xX", "zZ", "vV", "fF", "pP", "kK", "/?"], "row5": [" "] } + }, + "inqwerted": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["tT", "rR", "eE", "wW", "qQ", "pP", "oO", "iI", "uU", "yY", "[{", "]}", "\\|"], + "row3": ["gG", "fF", "dD", "sS", "aA", ";:", "lL", "kK", "jJ", "hH", "'\""], + "row4": ["bB", "vV", "cC", "xX", "zZ", "/?", ".>", ",<", "mM", "nN"], + "row5": [" "] + } } }