mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Fix pause keyboard shortcut in docs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## 2.1.0 (2021-10-02)
|
||||
|
||||
* Ability to pause/unpause recording with ctrl+p
|
||||
* Ability to pause/unpause recording session with ctrl+\
|
||||
* Desktop notifications (for pause/unpause)
|
||||
* Configurable hotkeys for recording and playback
|
||||
* Fixed ASCIINEMA_REC env var setting for recording session
|
||||
|
||||
@@ -194,10 +194,10 @@ By running `asciinema rec [filename]` you start a new recording session. The
|
||||
command (process) that is recorded can be specified with `-c` option (see
|
||||
below), and defaults to `$SHELL` which is what you want in most cases.
|
||||
|
||||
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+P</kbd>.
|
||||
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+\</kbd>.
|
||||
This is useful when you want to execute some commands during the recording
|
||||
session that should not be captured (e.g. pasting secrets). Resume by pressing
|
||||
<kbd>Ctrl+P</kbd> again.
|
||||
<kbd>Ctrl+\</kbd> again.
|
||||
|
||||
Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type
|
||||
`exit`). If the recorded process is not a shell then recording finishes when
|
||||
|
||||
@@ -42,10 +42,10 @@ By running **asciinema rec [filename]** you start a new recording session. The
|
||||
command (process) that is recorded can be specified with **-c** option (see
|
||||
below), and defaults to **$SHELL** which is what you want in most cases.
|
||||
|
||||
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+P</kbd>.
|
||||
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+\\</kbd>.
|
||||
This is useful when you want to execute some commands during the recording
|
||||
session that should not be captured (e.g. pasting secrets). Resume by pressing
|
||||
<kbd>Ctrl+P</kbd> again.
|
||||
<kbd>Ctrl+\\</kbd> again.
|
||||
|
||||
Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type
|
||||
`exit`). If the recorded process is not a shell then recording finishes when
|
||||
|
||||
Reference in New Issue
Block a user