Skip to content

Commit

Permalink
feat(layouts): add seht-drai, ints, rollla, wreathy (snypetofpaper) (#…
Browse files Browse the repository at this point in the history
…4982)

* Add seht-drai, ints, rollla, wreathy

* Fix CTGAP
  • Loading branch information
snypetofpaper authored Jan 30, 2024
1 parent 3eb716b commit 76c9d2d
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["qQ", "pP", "lL", "cC", "jJ", "xX", "fF", "oO", "uU", "/?", "[{", "]}", "\\|"],
"row3": ["rR", "nN", "tT", "sS", "gG", "yY", "hH", "eE", "iI", "aA", "/?"],
"row3": ["rR", "nN", "tT", "sS", "gG", "yY", "hH", "eE", "iI", "aA", ";:"],
"row4": ["zZ", "bB", "mM", "wW", "vV", "kK", "dD", "'\"", ",<", ".>"],
"row5": [" "]
}
Expand Down Expand Up @@ -1914,6 +1914,50 @@
"row5": [" "]
}
},
"seht-drai": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["fF", "uU", "lL", "vV", "bB", "qQ", "gG", "nN", "oO", "jJ", "[{", "]}", "\\|"],
"row3": ["sS", "eE", "hH", "tT", "kK", "'\"", "dD", "rR", "aA", "iI", ".>"],
"row4": [";:", "mM", "pP", "wW", "zZ", "yY", "cC", "xX", "/?", ",<"],
"row5": [" "]
}
},
"ints": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["fF", "oO", "uU", "mM", "jJ", "qQ", "gG", "dD", "pP", ",<", "[{", "]}", "\\|"],
"row3": ["hH", "aA", "eE", "rR", "xX", "vV", "sS", "tT", "nN", "iI", ";:"],
"row4": ["'\"", "/?", "lL", "wW", "zZ", "yY", "cC", "kK", "bB", ".>"],
"row5": [" "]
}
},
"rollla": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["yY", "oO", "uU", "bB", ".>", "xX", "kK", "cC", "lL", "vV", "[{", "]}", "\\|"],
"row3": ["iI", "aA", "eE", "nN", ",<", "mM", "hH", "sS", "rR", "tT", ";:"],
"row4": ["'\"", "/?", "pP", "wW", "zZ", "fF", "dD", "gG", "jJ", "qQ"],
"row5": [" "]
}
},
"wreathy": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["qQ", "gG", "dD", "fF", "vV", "jJ", "lL", "uU", "oO", ",<", "[{", "]}", "\\|"],
"row3": ["nN", "sS", "tT", "hH", "yY", "wW", "rR", "eE", "aA", "iI", ";:"],
"row4": ["bB", "cC", "mM", "pP", "kK", "zZ", "xX", "/?", "'\"", ".>"],
"row5": [" "]
}
},
"saiga": {
"keymapShowTopRow": false,
"type": "ansi",
Expand Down

0 comments on commit 76c9d2d

Please sign in to comment.