mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Improve wording
This commit is contained in:
@@ -469,7 +469,7 @@ pause_key = p
|
|||||||
; default: . (dot)
|
; default: . (dot)
|
||||||
step_key = s
|
step_key = s
|
||||||
|
|
||||||
; Define hotkey for jumping to next breakpoint,
|
; Define hotkey for jumping to the next breakpoint,
|
||||||
; default: ]
|
; default: ]
|
||||||
next_breakpoint_key = b
|
next_breakpoint_key = b
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ def record(
|
|||||||
elif data == add_breakpoint_key:
|
elif data == add_breakpoint_key:
|
||||||
assert start_time is not None
|
assert start_time is not None
|
||||||
writer.write_breakpoint(time.time() - start_time)
|
writer.write_breakpoint(time.time() - start_time)
|
||||||
notify("Added breakpoint")
|
notify("Breakpoint added")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ functionality of the player is enabled, the playback should pause, and wait for
|
|||||||
the user to resume.
|
the user to resume.
|
||||||
|
|
||||||
`event-data` can be used to annotate (comment) a breakpoint. Annotations may be
|
`event-data` can be used to annotate (comment) a breakpoint. Annotations may be
|
||||||
used to e.g. show a list of "chapters".
|
used to e.g. show a list of named "chapters".
|
||||||
|
|
||||||
## Notes on compatibility
|
## Notes on compatibility
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user