mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Improve wording
This commit is contained in:
@@ -469,7 +469,7 @@ pause_key = p
|
||||
; default: . (dot)
|
||||
step_key = s
|
||||
|
||||
; Define hotkey for jumping to next breakpoint,
|
||||
; Define hotkey for jumping to the next breakpoint,
|
||||
; default: ]
|
||||
next_breakpoint_key = b
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ def record(
|
||||
elif data == add_breakpoint_key:
|
||||
assert start_time is not None
|
||||
writer.write_breakpoint(time.time() - start_time)
|
||||
notify("Added breakpoint")
|
||||
notify("Breakpoint added")
|
||||
|
||||
return
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ functionality of the player is enabled, the playback should pause, and wait for
|
||||
the user to resume.
|
||||
|
||||
`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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user