mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 10:59:46 +08:00
feat(layout): add the romak layout (@rafaelromao) (#5741)
This commit is contained in:
parent
dfdf3fc6cd
commit
ff8464eef6
1 changed files with 11 additions and 0 deletions
|
|
@ -2024,5 +2024,16 @@
|
|||
"row4": ["bB", "gG", "'\"", "wW", "zZ", "/?", ",<", "qQ", "jJ", "kK"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"romak": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["qQ", "bB", "mM", "gG", "kK", "xX", "lL", "oO", "uU", "yY", "[{", "]}", "\\|"],
|
||||
"row3": ["dD", "nN", "sS", "tT", "wW", "zZ", "rR", "aA", "eE", "iI", ";:"],
|
||||
"row4": ["'\"", "fF", "cC", "pP", "vV", "jJ", "hH", ",<", ".>", "/?"],
|
||||
"row5": [" "]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue