playback speed tweaks
All checks were successful
CI / checks (push) Successful in 54s

This commit is contained in:
Robin Appelman 2025-06-23 13:55:02 +02:00
commit dc990db7f1
3 changed files with 14 additions and 2 deletions

View file

@ -28,6 +28,18 @@ export function Help(props: HelpProps) {
<td><kbd></kbd></td>
<td>0.5s Backwards</td>
</tr>
<tr>
<td><kbd>+</kbd></td>
<td>Increase playback speed</td>
</tr>
<tr>
<td><kbd>-</kbd></td>
<td>Decrease playback speed</td>
</tr>
<tr>
<td><kbd>0</kbd></td>
<td>Reset playback speed</td>
</tr>
<tr>
<td><kbd>Ctrl</kbd> + <kbd>G</kbd></td>
<td>Goto Tick</td>