Skip to content

Commit

Permalink
feat(layouts): add engrammer (KaelWD) (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD authored Jan 8, 2024
1 parent 4a4b541 commit ef2f693
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,18 @@
"row3": ["cC", "iI", "eE", "aA", ",;", ".:", "hH", "tT", "sS", "nN", "qQ"],
"row4": ["gG", "xX", "jJ", "kK", "-_", "?!", "rR", "mM", "fF", "pP"],
"row5": [" "]
}
}
},
"engrammer": {
"keymapShowTopRow": true,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"],
"row2": ["bB", "yY", "oO", "uU", "'\"", ";:", "lL", "dD", "wW", "vV", "zZ", "=+", "\\|"],
"row3": ["cC", "iI", "eE", "aA", ",<", ".>", "hH", "tT", "sS", "nN", "qQ"],
"row4": ["gG", "xX", "jJ", "kK", "-_", "/?", "rR", "mM", "fF", "pP"],
"row5": [" "]
}
},
"semimak": {
"keymapShowTopRow": false,
Expand Down

0 comments on commit ef2f693

Please sign in to comment.