mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-01 11:48:04 +08:00
added the canary matrix variant (#3289) j-fosstvedt
* added the canary matrix variant As defined here: https://github.com/Apsu/Canary#ortho * added necesarry columns Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
parent
87a6fa9b50
commit
cb643a2b11
1 changed files with 11 additions and 0 deletions
|
|
@ -614,6 +614,17 @@
|
|||
"row4": ["jJ", "vV", "dD", "gG", "qQ", "mM", "hH", "/?", ",<", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"canary_matrix": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["wW", "lL", "yY", "pP", "bB", "zZ", "fF", "oO", "uU", "'\"", "[{", "]}", "\\|"],
|
||||
"row3": ["cC", "rR", "sS", "tT", "gG", "mM", "nN", "eE", "iI", "aA", ";:"],
|
||||
"row4": ["qQ", "jJ", "vV", "dD", "kK", "xX", "hH", "/?", ",<", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"boo": {
|
||||
"keymapShowTopRow": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue