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