diff --git a/docs/manual/player/options.md b/docs/manual/player/options.md index e6ef14d..6c3d771 100644 --- a/docs/manual/player/options.md +++ b/docs/manual/player/options.md @@ -263,6 +263,22 @@ wherever you want to explain terminal contents in more detail. Defaults to `false`. +### `hideKeystroke` + +Type: boolean + +Set this option to `true` to hide the keypresses. + +Defaults to `false`. + +!!! note + + means the keys are shown if the video was [recorded with the + option --stdin](../cli/usage.md#asciinema-rec-filename), i.e. + `asciinema rec --stdin `. + + + ### `terminalFontSize` Type: string diff --git a/docs/manual/player/shortcuts.md b/docs/manual/player/shortcuts.md index 250e785..e601584 100644 --- a/docs/manual/player/shortcuts.md +++ b/docs/manual/player/shortcuts.md @@ -12,9 +12,11 @@ focus: * f - toggle fullscreen mode * / - rewind / fast-forward by 5 seconds * Shift + / - rewind / fast-forward by 10% +* k - toggle keystroke visualization * [ / ] - jump to the previous / next [marker](markers.md) * 0, 1, 2 ... 9 - jump to 0%, 10%, 20% ... 90% * . - step through a recording, one frame at a time (when paused) +* ? - toggle help popup Go ahead and try them out in the player below: