mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 23:35:02 +08:00
parent
f6d377225c
commit
1e868414fb
1 changed files with 12 additions and 0 deletions
|
@ -3203,6 +3203,18 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
icon: "fa-arrows-alt-h",
|
||||
subgroup: commandsPageWidth,
|
||||
},
|
||||
{
|
||||
id: "nextTest",
|
||||
display: "Next test",
|
||||
alias: "restart start begin type test typing",
|
||||
icon: "fa-chevron-right",
|
||||
available: (): boolean => {
|
||||
return TestUI.resultVisible;
|
||||
},
|
||||
exec: (): void => {
|
||||
TestLogic.restart();
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "viewTypingPage",
|
||||
display: "View Typing Page",
|
||||
|
|
Loading…
Reference in a new issue