mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #406] [MERGED] Configurable key bindings (hotkeys) for rec and play commands #450
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#450
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/406
Author: @ku1ik
Created: 4/19/2020
Status: ✅ Merged
Merged: 5/17/2020
Merged by: @ku1ik
Base:
develop← Head:feature/hotkeys-config📝 Commits (3)
8d2d9c5Configurable hotkeys for recording3bd93d6Configurable hotkeys for playbackd547b2bDon't use new f'' string syntax - it doesn't work on Python <3.6📊 Changes
7 files changed (+96 additions, -24 deletions)
View changed files
📝
README.md(+16 -0)📝
asciinema/commands/play.py(+5 -1)📝
asciinema/commands/record.py(+6 -1)📝
asciinema/config.py(+30 -0)📝
asciinema/player.py(+9 -7)📝
asciinema/pty.py(+26 -13)📝
asciinema/recorder.py(+4 -2)📄 Description
Fixes #343.
This implements configurable hotkeys for
recandplaycommands.Example config file:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.