We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug When the gif is being saved, pressing ctrl +c to cancel it, does not have any effect.
ctrl +c
[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:
Expected behavior The saving process should be stopped.
System Information
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
okay, did not know that. maybe the basic usage key bindings can be made more clear in the documentation.
orhun
No branches or pull requests
Describe the bug
When the gif is being saved, pressing
ctrl +c
to cancel it, does not have any effect.This is an issue when there is a long capture that we want to cancel anyway.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The saving process should be stopped.
System Information
The text was updated successfully, but these errors were encountered: