Questions tagged [clipboard]

Basic clipboard functionality is storing data and allowing to access it, just like memory functions in calculators. For advanced functionalities use "clipboard-manager" tag.

Clipboard is a place where data is stored upon copy or cut, and from which data is taken, when you use paste. It's usually involved on all:

  • Ctrl+c, Ctrl+v and Ctrl+x operations for platforms using MS Windows standard,
  • Ctrl+Insert, Shift+Insert and Shift+Delete on platforms following IBM standard.
  • On Macintosh computers, Cmd is used instead of Ctrl.
462 questions
53
votes
4 answers

How do you know when to use SHIFT+INSERT vs CTRL-V vs right-click-paste to paste?

Some times I copy something to the clipboard, and it doesn't paste with Shift+Insert, but with Ctrl+V or right-click paste. The behavior seems confusing and a bit unpredictable. Is there some logic behind the variation?
dan
  • 3,065
39
votes
8 answers

Getting a graphic on the clipboard to the disk?

I have a graphic on the clipboard on ubuntu. What's the quickest way to get it onto disk as a png or jpg?
Lincity
  • 25,371
23
votes
4 answers

How to clean the clipboard?

I am really used to Windows and the problem of the clipboard retaining information which a third party could see, which thing actually happened to me on a link off of BBC.co.uk. Therefore I found clipboard cleaner on line free. With an icon pushed,…
David
  • 413
  • 2
  • 4
  • 13
21
votes
3 answers

Where are the contents of the clipboard stored?

Since they are "saved to clipboard", the contents must be stored somewhere. Are they stored in a file?
TellMeWhy
  • 17,484
19
votes
9 answers

Why might I want to use a clipboard manager?

I recently saw this poll asking for the "Best Linux Clipboard Manager". What actually is a clipboard manager and in what situations would a clipboard manager be useful? Are there some differences in the default clipboard behaviour of Ubuntu to other…
8128
  • 28,740
14
votes
1 answer

Why is Ubuntu's clipboard so hit and miss?

I find that a lot of the time if I copy some text for example and then close the window being copied from, the paste function does not paste anything. I've noticed this in Ubuntu 9.04 right up until present version. Is there a work around for this?…
Switchkick
  • 3,883
14
votes
3 answers

Inconsistent copy and paste behaviour. Is there a fix?

I've encountered what I can best describe as "unpredictable" behaviour of the "clipboard". But in its own way, it actually is "predictable"", as it is not an X bug, as such. It largely results from different X applications using different X features…
Peter.O
  • 24,681
8
votes
2 answers

How to disable automatic copy when selecting text from the keyboard?

I've noticed that in Ubuntu 13.10 selecting text with the keyboard automatically copies it to the clipboard. I don't mind this behavior with the mouse so much, but with the keyboard it really drives me nuts. How to disable this?
Nik Reiman
  • 1,186
8
votes
3 answers

How to increase clipboard size?

If I try to copy-paste a large amount of text (from Firefox to LibreOffice), the amount of text thus copied is truncated. What setting / application imposes this limit (I assume it is the DE)? And is there anyway to increase the size of the…
neydroydrec
  • 4,620
7
votes
3 answers

Command to copy currently selected text

Is there a way to copy currently selected text into clipboard? I'm trying to make my eastystroke gesture more general than "Ctrl+C" since it doesn't work in every application - for example terminal. I know I can select with mouse and then paste with…
korda
  • 419
7
votes
1 answer

Copy-and-paste is often corrupted

I have ubuntu 10.10 with the 64-bit desktop version. When I copy-and-paste into any window, including firefox, terminal, java swing app, remote desktop, often I get 4 random letters (a 32-bit value?) if I try to copy again it may work this time or I…
6
votes
3 answers

Resume interrupted copy

I'm backing up an old hard drive and copying about 300GB of files. It had about 50GB left when I got a kernel panic and now I want to resume the copying. Is there a way to do this in Ubuntu? (A don't copy if file already exists but copy all files…
5
votes
0 answers

Large file Copy speed issue

Possible Duplicate: Copy to USB memory stick really slow? I have looked at the various email regarding speed of copying large files and it has been coming on for a long time. I have a USB 3 memory stick and a laptop that dual boots into Windows 7…
waanie
  • 51
5
votes
2 answers

Is it possible to access a history of your clipboard in Ubuntu?

Every time I copy and paste something I save it to my clipboard. Is it possible to access a record of what I have copied and pasted on Ubuntu?
Conor
  • 261
4
votes
2 answers

Is it possible to make clipboard work always the same?

IIRC, once upon I time I used only the mouse for copy-and-paste, which I consider way superior to the Windows-like Ctrl-C Ctrl-V complication. Now after many years I'm slowly starting to use Linux again and to my horror I see that it doesn't work…
1
2 3