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

PhotoModularFX: copy output to clipboard (Edit > Copy menu equivalent) #6

Open
tannerhelland opened this issue Jun 12, 2020 · 3 comments

Comments

@tannerhelland
Copy link

Hi @miorsoft!

It would be convenient to have a built-in way to copy the current output to the clipboard. Maybe a small button on the top-right panel?

Thanks for considering!

@miorsoft
Copy link
Owner

miorsoft commented Jun 15, 2020

Hi @tannerhelland
Thanks for the tip!
I have implemented it, it will be available in the next update.

Since the panel already seems too full, I thought of doing it with a keyboard shortcut.
But the Control-C and Control-V keys are already used to copy settings between modules of the same type.
So I think I'll use Control-W (or O, T, I don't know which key is better)

Later maybe I will add a small button in the panel.

PS: If you are in a hurry to try it, I can send you only the new EXE file

@miorsoft
Copy link
Owner

PS:
For the implementation, to simplify my life I used this code which practically loads the output file into the clipboard.
http://www.vbforums.com/showthread.php?313343-Clipboard

@tannerhelland
Copy link
Author

Thank you, @miorsoft! I look forward to the next release 👍

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

No branches or pull requests

2 participants