mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #712] File is not copied to clipboard #579
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#579
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 @AmjadHD on GitHub (Sep 4, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/712
OS: Windows 10 64bit
STG version: 2.26.1 and prior
@NickeManarin commented on GitHub (Sep 6, 2020):
Copying as "File" is the same as copying the file on the Windows Explorer.
It does not appear on my clipboard history.
If you want, you can copy the file path instead.
@AmjadHD commented on GitHub (Sep 7, 2020):
The file is not copied at all, for example i can't just paste (
ctrl+v) in a github issue, it doesn't work.@AmjadHD commented on GitHub (Sep 7, 2020):
I may be misunderstanding, isn't that supposed to copy the contents of the file to the clipboard ? If not how come such common option not added ?
@NickeManarin commented on GitHub (Sep 7, 2020):
The file will be copied as a file the same way that a
Ctrl + Con Windows Explorer would do.It's not possible to paste in a GitHub issue text field the same way.
There is no available API to copy the contents of a Gif file to the clipboard as image. That's a limitation of Windows.
It's only possible to copy images with just one frame (JPG, PNG, etc).