I have an idea for a clipboard enhancement in KDE that could be a big time-saver, especially for users who frequently copy and paste from different parts of a document or app.
Introduce a “multi-copy” mode where:
When using a special key combo (e.g., `Ctrl + Alt + C`) or a modifier in the right-click menu, the selected text is added to a cumulative clipboard buffer instead of replacing it.
After copying multiple different text blocks this way, pasting would insert all collected text blocks, separated by paragraphs or line breaks.
The buffer could reset after a paste, or be cleared manually.
Example Use Case
Copy 3 separate code snippets from different areas of a file or terminal. Later, paste them all together in one go for a documentation or email draft.
Thanks!