-
Notifications
You must be signed in to change notification settings - Fork 791
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
Comments
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! |
Great! I love your app and I spend a loooot of time creating my sprites
only for mi personal pleasure! Thanks for answer me!!
2017-03-29 19:31 GMT-03:00 Julian Descottes <notifications@github.com>:
… 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!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/juliandescottes/piskel/issues/645#issuecomment-290246369>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AY84uJX5qiSSovE-NlGV4jXJf3R74laiks5rqtuzgaJpZM4MSI1k>
.
|
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. |
i love this . very very cool app thank u so much |
Thanks :) |
It would be great if we could paste images from other programs.
The text was updated successfully, but these errors were encountered: