Skip to content

Commit dba84c3

Browse files
add sturdy ortho keyboard layout (monkeytypegame#3979) Dainternetdude
* add sturdy ortho keyboard layout * remove random extra double quote oops lmao * move sturdy ortho to be with the rest of the sturdy family
1 parent 9a9699b commit dba84c3

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
@@ -1298,6 +1298,17 @@
12981298
"row5": [" "]
12991299
}
13001300
},
1301+
"sturdy_ortho": {
1302+
"keymapShowTopRow": false,
1303+
"type": "ansi",
1304+
"keys": {
1305+
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
1306+
"row2": ["vV", "mM", "lL", "cC", "pP", "xX", "fF", "oO", "uU", "jJ", "[{", "]}", "\\|"],
1307+
"row3": ["sS", "tT", "rR", "dD", "yY", ".>", "nN", "aA", "eE", "iI", "/?"],
1308+
"row4": ["zZ", "kK", "qQ", "gG", "wW", "bB", "hH", "'\"", ";:", ",<"],
1309+
"row5": [" "]
1310+
}
1311+
},
13011312
"ABNT2": {
13021313
"keymapShowTopRow": false,
13031314
"type": "iso",

0 commit comments

Comments
 (0)