mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #759] Can't copy output file to clipboard when saving #610
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#610
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?
Originally created by @osharaki on GitHub (Nov 21, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/759
The Copy to the clipboard option doesn't work when I'm saving a gif in the Save as menu. I'm able to save the gif to a file, but nothing gets added to the clipboard.
@NickeManarin commented on GitHub (Nov 22, 2020):
This option is the same as
Ctrl + Cthe file inside the Windows Explorer.You can't copy Gifs to the clipboard the same way as an image, because Windows does not provide an API for that.
It's impossible for me to add this feature.