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

Allow pasting images from system clipboard #645

Closed
VictorCarbajal1 opened this issue Mar 3, 2017 · 5 comments
Closed

Allow pasting images from system clipboard #645

VictorCarbajal1 opened this issue Mar 3, 2017 · 5 comments
Assignees
Labels

Comments

@VictorCarbajal1
Copy link

It would be great if we could paste images from other programs.

@juliandescottes
Copy link
Collaborator

I was initially reluctant to add the support for copy paste of image content, because only Chrome seemed to implement it properly. But it looks like Firefox 52 recently added support for this too, so why not!

@VictorCarbajal1
Copy link
Author

VictorCarbajal1 commented Mar 29, 2017 via email

@juliandescottes juliandescottes changed the title Feature request: It will be possible to use Windows clipboard in a near future? Allow pasting images from system clipboard Aug 6, 2017
@juliandescottes juliandescottes self-assigned this Aug 6, 2017
@juliandescottes
Copy link
Collaborator

The clipboard APIs are still a bit messy. This spec looks like the most up-to-date one: https://w3c.github.io/clipboard-apis/#override-copy

Adding a support for the paste event will conflict with the existing "selection_paste" keyboard shortcut. To avoid inconsistencies, the best here will be to forbid editing the shortcuts for cut/copy/paste and directly rely on the associated events.

@Ehsan199069
Copy link

Ehsan199069 commented Apr 17, 2018

i love this . very very cool app thank u so much

@juliandescottes
Copy link
Collaborator

Thanks :)
Which reminds me that this is fixed, I should close the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants