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