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 e24789a88..2fae1e7b0 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -2200,5 +2200,16 @@ "row4": ["/?", "vV", "gG", "pP", "bB", "xX", "wW", ".>", ";:", "-_"], "row5": ["eE", " "] } + }, + "dusk": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["xX", "fF", "dD", "pP", "qQ", "jJ", "'\"", "oO", "uU", ".>", "[{", "]}", "\\|"], + "row3": ["nN", "sS", "tT", "cC", "yY", "mM", "hH", "aA", "eE", "iI", ";:"], + "row4": ["bB", "vV", "kK", "gG", "wW", "zZ", "lL", "-_", "/?", ",<"], + "row5": ["rR", " "] + } } } |