We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a53b6 commit c7791cbCopy full SHA for c7791cb
1 file changed
frontend/src/ts/states/hotkeys.ts
@@ -41,7 +41,8 @@ function updateHotkeys(): Hotkeys {
41
quickRestartHotkeyMap[getConfig.quickRestart],
42
isOnTestPage &&
43
((wordsHaveTab() && quickRestartIsTab) ||
44
- (wordsHaveNewline() && quickRestartIsEnter) ||
+ ((wordsHaveNewline() || getConfig.funbox.includes("58008")) &&
45
+ quickRestartIsEnter) ||
46
isLongTest()),
47
),
48
commandline: shiftHotkey(
0 commit comments