Skip to content

Commit

Permalink
Describe hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Nov 15, 2024
1 parent 1f7073f commit 74b5e6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/ControlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,18 @@ export const ControlPanel: React.FunctionComponent<ControlPanelProps> = ({
Set
</Button>
</Grid>
<Grid item xs={12}>
<Typography variant="h6">Hotkeys</Typography>
<ul>
<li>
<kbd>F</kbd>: Toggle force flash.
</li>
<li>
<kbd>Number keys</kbd> + <kbd>Enter</kbd>: Set countdown
in seconds.
</li>
</ul>
</Grid>
<InvisibleTimeInput
onInput={(seconds) => {
setCountdown(roomDocumentReference, seconds)
Expand Down

0 comments on commit 74b5e6b

Please sign in to comment.