this post was submitted on 08 Oct 2023
74 points (98.7% liked)
KDE
5296 readers
72 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@Bro666 @kde Is there a logical explanation why the clipboard history doesn't automatically paste the text into the last cursor position?
@Nuuskis @kde
I don't know. So you don't accidentally paste something you didn't intend to? No idea. Sounds like a good wishlist thing to post to
https://bugs.kde.org
I agree that pasting the selected item right away would make the feature even more useful.
On wayland this would be pretty difficult to implement (CopyQ for example does this only on X11). I'm currently working on an enhanced version of the klipboard widget, that should trigger a "fake" paste shortcut after the selection
@tubbadu Thanks for the explanation! I had no clue it'd be related to compositor at all.
It's a configurable option in Klipper (which is the process that's handling the clipboard in this video). You can access klipper in your system tray and if you right click on it one of the options lets you open up the settings (it's also somewhere in system settings I think but I always just get there via the system tray icon).
You can also configure how many entries it'll remember, whether it should pop up at the mouse cursor position, and set up regular expressions to recognize certain types of text (e.g. URLs) to perform specific actions.