@@ -210,6 +210,11 @@
Monkey-type is a minimalistic typing test, featuring many test modes, an account system to save your
typing speed history and user configurable features like themes, a smooth caret and more.
+
word set
+
By default, the website uses the most common 200 words in the english language to generate its tests.
+ You can change to an expanded set (1000 most common words) in the options, or change the language entirely.
+
keybinds
You can use tab and enter (or just tab if you have quick tab mode enabled) to restart the typing test.
diff --git a/public/js/userconfig.js b/public/js/userconfig.js
index 953e00504..6e838852d 100644
--- a/public/js/userconfig.js
+++ b/public/js/userconfig.js
@@ -1,13 +1,13 @@
let config = {
- theme: 'dark',
+ theme: 'serika_dark',
showKeyTips: true,
showLiveWpm: false,
smoothCaret: true,
quickTab: false,
punctuation: false,
words: 50,
- time: 30,
- mode: "words",
+ time: 60,
+ mode: "time",
language: "english",
fontSize: 1,
freedomMode: false,