Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl+c does not work to stop during the saving of the gif. #52

Closed
pythops opened this issue Feb 2, 2024 · 2 comments
Closed

Ctrl+c does not work to stop during the saving of the gif. #52

pythops opened this issue Feb 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@pythops
Copy link

pythops commented Feb 2, 2024

Describe the bug
When the gif is being saved, pressing ctrl +c to cancel it, does not have any effect.

[2024-02-02T13:42:06 INFO menyoki::gif] Saving... (30%)

This is an issue when there is a long capture that we want to cancel anyway.

To Reproduce
Steps to reproduce the behavior:

  1. Run a capture
  2. stop the capture
  3. try to interrupt the saving process.

Expected behavior
The saving process should be stopped.

System Information

  • OS: [Arch Linux]
  • Project Version: [1.7.0]
@pythops pythops added the bug Something isn't working label Feb 2, 2024
@orhun
Copy link
Owner

orhun commented Feb 15, 2024

It is because ctrl-c is not a cancel key as default. You could try ctrl-d instead.

CLI is a bit awkard (#44) so it might be better to document this and #53

What do you think?

@pythops
Copy link
Author

pythops commented Feb 15, 2024

okay, did not know that.
maybe the basic usage key bindings can be made more clear in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants