mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Unnecessary escape character
This commit is contained in:
parent
8b95f4668c
commit
6995ca4ad3
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ const layouts = {
|
|||
"`~", "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", ".>",
|
||||
"\\|", "/?", "zZ", "hH", "'\"", "qQ", "vV", "pP", "mM", "jJ", ".>",
|
||||
" "
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue