mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 05:32:13 +08:00
added handdown alt layout
https://sites.google.com/alanreiser.com/handsdown#h.7vp2l0jfbr5z
This commit is contained in:
parent
eb0f8b84fe
commit
2ab60e33c2
1 changed files with 10 additions and 0 deletions
|
|
@ -235,5 +235,15 @@ const layouts = {
|
|||
" "
|
||||
]
|
||||
},
|
||||
handsdownalt: {
|
||||
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…
Add table
Reference in a new issue