Skip to content

Commit 4ce62db

Browse files
authored
feat(layout): colemak_wide keyboard layout (@papersacculos) (monkeytypegame#6260)
It seems to be a pretty popular mod for colemak without additional mods, which is easy to switch to from vanilla colemak, but for some reason nobody added it ;/ https://colemakmods.github.io/ergonomic-mods/wide.html
1 parent 4637419 commit 4ce62db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

frontend/static/layouts/_list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
"row5": [" "]
3333
}
3434
},
35+
"colemak_wide": {
36+
"keymapShowTopRow": false,
37+
"type": "ansi",
38+
"keys": {
39+
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "=+", "7&", "8*", "9(", "0)", "-_"],
40+
"row2": ["qQ", "wW", "fF", "pP", "gG", "[{", "jJ", "lL", "uU", "yY", ";:", "'\"", "\\|"],
41+
"row3": ["aA", "rR", "sS", "tT", "dD", "]}", "hH", "nN", "eE", "iI", "oO"],
42+
"row4": ["zZ", "xX", "cC", "vV", "bB", "/?", "kK", "mM", ",<", ".>"],
43+
"row5": [" "]
44+
}
45+
},
3546
"colemak_dh": {
3647
"keymapShowTopRow": false,
3748
"type": "ansi",

0 commit comments

Comments
 (0)