mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 06:43:57 +08:00
also added swapescandtab
This commit is contained in:
parent
4eec1db25f
commit
275b7cf3fa
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
smoothCaret: joi.boolean(),
|
||||
quickRestart: joi.string().valid("off", "tab", "esc"),
|
||||
quickTab: joi.boolean(), //todo remove after a week
|
||||
swapEscAndTab: joi.boolean(), // and this
|
||||
punctuation: joi.boolean(),
|
||||
numbers: joi.boolean(),
|
||||
words: joi.number().min(0),
|
||||
|
|
Loading…
Reference in a new issue