gnome-shell-pano icon indicating copy to clipboard operation
gnome-shell-pano copied to clipboard

feture: Paste on selection

Open mpetuska opened this issue 2 years ago • 5 comments

It would be great if I could configure the extension not only make clipboard history item active on selection, but also to immediately paste it (to avoid an extra CTRL+V)

mpetuska avatar Aug 26 '22 15:08 mpetuska

It is on my backlog :)

oae avatar Aug 26 '22 15:08 oae

Awesome. https://github.com/SUPERCILEX/gnome-clipboard-history has implemented that already if you're looking for inspiration.

mpetuska avatar Aug 26 '22 15:08 mpetuska

Yeah, it makes sense. An option to enable such behaviour would be great.

PranavBhattarai avatar Aug 28 '22 06:08 PranavBhattarai

+1 for this feature!

MaCroX95 avatar Aug 28 '22 10:08 MaCroX95

Awesome. https://github.com/SUPERCILEX/gnome-clipboard-history has implemented that already if you're looking for inspiration.

but it don't support images

diodon have this feature and support images, but diodon have 1 second lag while pasting item

gmankab avatar Sep 01 '22 17:09 gmankab

@oae are you already working on it? if not then i could make a PR

SanpuiRonak avatar Sep 03 '22 14:09 SanpuiRonak

+1 as it increases a lot my workflow

brunnobb avatar Sep 03 '22 17:09 brunnobb

I will release this in v6. You can track the milestone here. In the meantime, you can try the pr I created and give feedback.

oae avatar Sep 05 '22 23:09 oae

oae closed this as completed in https://github.com/oae/gnome-shell-pano/commit/6aa3bc03ebf86f1b1af9e5eb339f5c08c6f1a2c4 21 hours ago

Wow, that fast! :rocket: Thank you for your handwork for Pano!

azzamsa avatar Sep 11 '22 22:09 azzamsa

Sorry, but I have a question on this topic. For the love of God, I can't find out how this is supposed to work? I make a selection, the selected text gets copied to the clipboard and then what? How and where is it pasted with this function on? I can't get it to work. Thanks to anyone who can explain this function to me and makes my life a little easier :-)

MrMiracles avatar Apr 20 '23 17:04 MrMiracles

@MrMiracles I had the same question, found this issue and in the end figured out myself by looking at the code.

I was first confused by the word "select" because I associated it with selecting the text with the mouse. However, what is meant here by "select" is picking an entry in the clipboard manager. If you do that, Pano will automatically press Ctrl+V for you.

So for example, if you're in a text field, open the clipboard manager and click on a text entry, the text will be pasted in that text field.

mbeko avatar Jul 05 '23 11:07 mbeko

@MrMiracles I had the same question, found this issue and in the end figured out myself by looking at the code.

I was first confused by the word "select" because I associated it with selecting the text with the mouse. However, what is meant here by "select" is picking an entry in the clipboard manager. If you do that, Pano will automatically press Ctrl+V for you.

So for example, if you're in a text field, open the clipboard manager and click on a text entry, the text will be pasted in that text field.

Thanks mate!

MrMiracles avatar Jul 08 '23 09:07 MrMiracles