CLIPBOARD | used for traditional clipboard semantics, with shortcuts similar to Windows |
PRIMARY | expected to represent the current visual selection |
SECONDAY | ill-defined |
There's also a mechanism called "cut buffers", however, those are defunct and no longer used.
Function | Clipboard | Selection clipboard |
---|---|---|
Copy content | Edit > Copy, Control+C | Select text, table, or object. |
Paste content | Edit > Paste, Control+V pastes at the cursor position. | Clicking the middle mouse button pastes at the mouse pointer position. |
Pasting into another document | No effect on the clipboard contents. | The last marked selection is the content of the selection clipboard. |