mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
added octa8 layout (#2179) by octahedron
This commit is contained in:
parent
b20816d8ed
commit
e3092258bf
1 changed files with 10 additions and 0 deletions
|
@ -866,5 +866,15 @@ const layouts = {
|
|||
" "
|
||||
],
|
||||
},
|
||||
octa8: {
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
|
||||
"yY", "oO", "uU", "kK", "xX", "gG", "wW", "dD", "lL", ",<", "[{", "]}", "\\|",
|
||||
"iI", "aA", "eE", "nN", "fF", "bB", "sS", "tT", "rR", "cC", "'\"",
|
||||
"\\|", "\/?", "zZ", "hH", "'\"", "qQ", "vV", "pP", "mM", "jJ", ".>",
|
||||
" "
|
||||
]
|
||||
},
|
||||
}
|
||||
export default layouts;
|
||||
|
|
Loading…
Reference in a new issue