Skip to content

Commit af77962

Browse files
committed
Document shortcut for Halt
1 parent 6f1df68 commit af77962

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

frontend/src/views/MatchView.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,20 @@ onUnmounted(() => {
7373
</q-card-section>
7474
</q-card>
7575
</q-expansion-item>
76-
<div class="row justify-evenly">
76+
<div class="row">
7777
<AutoContinueInput/>
78+
</div>
79+
<div class="row justify-evenly">
7880
<div class="q-my-auto">
79-
Press Ctrl +
81+
Press <em>
82+
Ctrl +
8083
<q-badge label="id" color="orange"/>
84+
</em>
8185
to continue
8286
</div>
87+
<div class="q-my-auto">
88+
Press <em>Esc</em> to Halt
89+
</div>
8390
</div>
8491
<template v-if="halftime">
8592
<q-separator spaced/>

0 commit comments

Comments
 (0)