Skip to content

Commit c7791cb

Browse files
committed
funbox
1 parent 05a53b6 commit c7791cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/ts/states/hotkeys.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ function updateHotkeys(): Hotkeys {
4141
quickRestartHotkeyMap[getConfig.quickRestart],
4242
isOnTestPage &&
4343
((wordsHaveTab() && quickRestartIsTab) ||
44-
(wordsHaveNewline() && quickRestartIsEnter) ||
44+
((wordsHaveNewline() || getConfig.funbox.includes("58008")) &&
45+
quickRestartIsEnter) ||
4546
isLongTest()),
4647
),
4748
commandline: shiftHotkey(

0 commit comments

Comments
 (0)