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 2e67479 commit 4b1e131Copy full SHA for 4b1e131
1 file changed
frontend/src/ts/input/hotkeys/quickrestart.ts
@@ -22,9 +22,10 @@ function quickRestart(e: KeyboardEvent): void {
22
}
23
24
25
-// We also want to have a hotkey without shift, so when test is considered long (which
26
-// means that we can't quick restart), we show a notification when user presses quick
27
-// restart key without shift, and restart when pressed with shift.
+// We also want to have a hotkey for quick restart key without shift, so when the
+// test is considered long (which means that we can't quick restart), we show a
+// notification when the user tries to press the quick restart key without shift,
28
+// and we'll restart when it's pressed with shift.
29
createHotkey(
30
() => quickRestartHotkeyMap[getConfig.quickRestart],
31
quickRestart,
0 commit comments