mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
feat(layout): gallium v2 (AurimasAnskaitis) (#5500)
This commit is contained in:
parent
b5f1225df0
commit
768c225036
1 changed files with 11 additions and 0 deletions
|
@ -1562,6 +1562,17 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"gallium_v2": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["bB", "lL", "dD", "cC", "vV", "jJ", "fF", "oO", "uU", ",<", "[{", "]}", "\\|"],
|
||||
"row3": ["nN", "rR", "tT", "sS", "gG", "yY", "hH", "aA", "eE", "iI", "/?"],
|
||||
"row4": ["xX", "qQ", "mM", "wW", "zZ", "kK", "pP", "'\"", ";:", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"maya": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
|
|
Loading…
Reference in a new issue