gala icon indicating copy to clipboard operation
gala copied to clipboard

Save a print with 'PrtScr' or 'SHIFT + PrtScr' and automatically copies the saved image to the clipboard

Open GuilhermeIsNotUnix opened this issue 5 months ago • 4 comments

Problem

When a print is taken using the 'PrtScr' or 'SHIFT + PrtScr' keyboard shortcut, the image is saved, but it is not copied automatically. So, if I want to use the image immediately (for example, by pasting it into an application), I need to navigate to the files and find the file of the recently taken screenshot and only after that then I can use it (by dropping it on WhatsApp let's say).

That takes time, especially when you are a Dev and you are having a conversation with another dev trying to show print of a specific part of code or specific part of a documentation for example.

Proposal

When the keyboard shortcut 'SHIFT + PrtScr' or 'PrtScr' is pressed, it saves the image (as the software already does well) but automatically copies the saved image to the clipboard so someone could paste it into a application easily.

A save and automatically copies the image to the clipboard feature would be amazing; Would that be possible?

Prior Art (Optional)

No response

GuilhermeIsNotUnix avatar Jul 25 '25 22:07 GuilhermeIsNotUnix

Did you try to configure this behaviour with key shortcuts?

Image

stsdc avatar Jul 25 '25 23:07 stsdc

@stsdc Oh, no I did not, to be honest, I wasn't even aware until now of the standard shortcuts for holding down the CTRL key to copy. And while this helps a lot with the problem, I don't think it's exactly the solution. Because now I have a way to save or copy. But not to save and copy. I took a look and couldn't find a way to combine both.

Is there a way to achieve that or does it need to be done with a new feature?

GuilhermeIsNotUnix avatar Jul 26 '25 02:07 GuilhermeIsNotUnix

So you need an action that does both: copying and saving on a disk?

stsdc avatar Jul 26 '25 06:07 stsdc

@stsdc exactly

GuilhermeIsNotUnix avatar Jul 26 '25 18:07 GuilhermeIsNotUnix