mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-10 17:34:24 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
9c4c4e991e
3 changed files with 18 additions and 3 deletions
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
|
@ -7,8 +7,7 @@ If your change is visual (mainly themes) it would be extra awesome if you could
|
|||
<!-- pro tip: you can check checkboxes by putting an x inside the brackets [x] -->
|
||||
|
||||
### Checklist <!-- please check the items you have completed -->
|
||||
- [] I have read the [`Code Of Conduct`](/CODE_OF_CONDUCT.md)
|
||||
- [] I viewed the [`Contributing file`](/CONTRIBUTING.md)
|
||||
- [] I have read the [`CODE_OF_CONDUCT.md`](https://github.com/Miodec/monkeytype/blob/master/CODE_OF_CONDUCT.md) and the [`CONTRIBUTING.md`](https://github.com/Miodec/monkeytype/blob/master/CONTRIBUTING.md)
|
||||
- [] If my PR is a new language or theme I modified the appropriate files to incorporate the language or theme
|
||||
- [] I checked if my PR has any bugs or other issues that could reduce the stability of the project
|
||||
- [] I understand that the maintainer has the right to reject my PR and it may not get accepted.
|
||||
|
|
|
|||
|
|
@ -335,5 +335,15 @@ const layouts = {
|
|||
" "
|
||||
],
|
||||
},
|
||||
engram: {
|
||||
keymapShowTopRow: true,
|
||||
keys: [
|
||||
"[{", "1|", "2=", "3~", "4+", "5<", "6>", "7^", "8&", "9%", "0*", "]}", "/\\",
|
||||
"bB", "yY", "oO", "uU", "'(", "\")", "lL", "dD", "wW", "vV", "zZ", "#$", "@`",
|
||||
"cC", "iI", "eE", "aA", ",;", ".:", "hH", "tT", "sS", "nN", "qQ",
|
||||
"\\|", "gG", "xX", "jJ", "kK", "-_", "?!", "rR", "mM", "fF", "pP",
|
||||
" "
|
||||
]
|
||||
}
|
||||
}
|
||||
export default layouts;
|
||||
|
|
|
|||
|
|
@ -32896,6 +32896,12 @@
|
|||
"source": "Steins;Gate",
|
||||
"length": 247,
|
||||
"id": 5538
|
||||
}
|
||||
},
|
||||
{
|
||||
"text": "Any fool can write code that a computer can understand. Good programmers write code that humans can understand.",
|
||||
"source": "Martin Fowler",
|
||||
"length": 111,
|
||||
"id": 5539
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue