diff options
-rw-r--r-- | frontend/static/layouts/_list.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 27d1c1e8a..8550c4570 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1991,5 +1991,16 @@ "row4": ["qQ", "zZ", "gG", "mM", "xX", "pP", "fF", "'\"", ",>", "-_"], "row5": [" "] } + }, + "vylet": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"], + "row2": ["wW", "cC", "mM", "pP", "bB", "xX", "lL", "oO", "uU", "jJ", "-_", "=+", "\\|"], + "row3": ["rR", "sS", "tT", "hH", "fF", "yY", "nN", "aA", "eE", "iI", ",>"], + "row4": ["qQ", "vV", "gG", "dD", "kK", "zZ", "/?", "'\"", ";:", ".<"], + "row5": [" "] + } } } |