Skip to content

Commit

Permalink
Update player keyboard shortcuts info
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 7, 2024
1 parent 2931d31 commit d1ceb73
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/manual/player/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ hide:
The following keyboard shortcuts are available when the player element has input
focus:

* <kbd>space</kbd> - play / pause
* <kbd>space</kbd> - pause / resume
* <kbd>f</kbd> - toggle fullscreen mode
* <kbd>←</kbd> / <kbd>→</kbd> - rewind by 5 seconds / fast-forward by 5 seconds
* <kbd>Shift</kbd> + <kbd>←</kbd> / <kbd>Shift</kbd> + <kbd>→</kbd> - rewind by 10% / fast-forward by 10%
* <kbd>[</kbd> (left square bracket) - rewind to the previous [marker](markers.md)
* <kbd>]</kbd> (right square bracket) - fast-forward to the next marker
* <kbd>←</kbd> / <kbd>→</kbd> - rewind / fast-forward by 5 seconds
* <kbd>Shift</kbd> + <kbd>←</kbd> / <kbd>→</kbd> - rewind / fast-forward by 10%
* <kbd>[</kbd> / <kbd>]</kbd> - jump to the previous / next [marker](markers.md)
* <kbd>0</kbd>, <kbd>1</kbd>, <kbd>2</kbd> ... <kbd>9</kbd> - jump to 0%, 10%, 20% ... 90%
* <kbd>.</kbd> - step through a recording a frame at a time (when paused)
* <kbd>.</kbd> - step through a recording, one frame at a time (when paused)

Go ahead and try them out in the player below:

Expand Down

0 comments on commit d1ceb73

Please sign in to comment.