mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
commit
9cf81094a8
2 changed files with 11 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "projectid"
|
||||
}
|
||||
}
|
|
@ -947,7 +947,9 @@
|
|||
<div id="caret" class="default size15"></div>
|
||||
<div id="paceCaret" class="default size15 hidden"></div>
|
||||
<input id="wordsInput" class="" tabindex="0" autocomplete="off" />
|
||||
<div id="timerNumber"><div>60</div></div>
|
||||
<div id="timerNumber">
|
||||
<div>60</div>
|
||||
</div>
|
||||
<div id="miniTimerAndLiveWpm">
|
||||
<div class="time hidden">1:00</div>
|
||||
<div class="wpm">60</div>
|
||||
|
@ -1253,7 +1255,10 @@
|
|||
</div>
|
||||
<div class="words"></div>
|
||||
</div>
|
||||
<div class="loginTip">Sign in to save your results</div>
|
||||
<div class="loginTip">
|
||||
<a href="/login">Sign in</a>
|
||||
to save your results
|
||||
</div>
|
||||
<div class="ssWatermark hidden">monkeytype.com</div>
|
||||
<div class="buttons">
|
||||
<div
|
||||
|
@ -1331,8 +1336,9 @@
|
|||
<key>enter</key>
|
||||
(or just
|
||||
<key>tab</key>
|
||||
if you have quick tab mode enabled) to restart the typing test.
|
||||
Open the command line by pressing
|
||||
if you have (
|
||||
<a href="settings">quick tab mode enabled</a>
|
||||
) to restart the typing test. Open the command line by pressing
|
||||
<key>esc</key>
|
||||
- there you can access all the functionality you need without
|
||||
touching your mouse.
|
||||
|
@ -1628,7 +1634,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section quickTab">
|
||||
<div class="section quickTab" id="quickTab">
|
||||
<h1>quick tab mode</h1>
|
||||
<div class="text">
|
||||
Press
|
||||
|
|
Loading…
Reference in a new issue