mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
style(custom test duration popup): use special elements to highlight keys for consistency (wiichicken) (#5374)
This commit is contained in:
parent
86f16c31b9
commit
8b95874cae
1 changed files with 9 additions and 1 deletions
|
@ -683,7 +683,15 @@
|
|||
<br />
|
||||
<br />
|
||||
You can start an infinite test by inputting 0. Then, to stop the test, use
|
||||
the Bail Out feature (esc or ctrl/cmd + shift + p > Bail Out)
|
||||
the Bail Out feature (
|
||||
<key>esc</key>
|
||||
or
|
||||
<key>ctrl/cmd</key>
|
||||
+
|
||||
<key>shift</key>
|
||||
+
|
||||
<key>p</key>
|
||||
> Bail Out)
|
||||
</div>
|
||||
<button>ok</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue