mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-26 15:54:35 +08:00
temporairly allowing quicktab
This commit is contained in:
parent
6e34ebf5c1
commit
3e5982f1de
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
showTimerProgress: joi.boolean(),
|
||||
smoothCaret: joi.boolean(),
|
||||
quickRestart: joi.string().valid("off", "tab", "esc"),
|
||||
quickTab: joi.boolean(), //todo remove after a week
|
||||
punctuation: joi.boolean(),
|
||||
numbers: joi.boolean(),
|
||||
words: joi.number().min(0),
|
||||
|
|
Loading…
Reference in a new issue