mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Configurable hotkeys for recording
This commit is contained in:
committed by
Marcin Kulik
parent
4093b42f35
commit
c85a4a7acd
@@ -329,6 +329,14 @@ yes = true
|
||||
; Be quiet, suppress all notices/warnings, default: no
|
||||
quiet = true
|
||||
|
||||
; Define hotkey for pausing recording (suspending capture of output),
|
||||
; default: C-\
|
||||
pause_key = C-p
|
||||
|
||||
; Define hotkey prefix key - when defined other recording hotkeys must
|
||||
; be preceeded by it, default: no prefix
|
||||
prefix_key = C-a
|
||||
|
||||
[play]
|
||||
|
||||
; Playback speed (can be fractional), default: 1
|
||||
|
||||
Reference in New Issue
Block a user