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