| Summary: | I would love these Netbeans Clipboard behaviors on Klipper | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | nulll <luca.battarra> |
| Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | alex, kde, kishore96 |
| Priority: | NOR | ||
| Version First Reported In: | 5.18.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
nulll
2021-07-16 12:31:28 UTC
As a netbeans user I agree with these suggestions! They would be very useful.
Please don't put multiple things in a bug report.
1. with Netbeans when I select an entry, it is automatically pasted.
We can't reliably do this on X11. The client requests the clipboard contents. We cannot reliably tell the client to request things.
>3.in Netbeans the clipboard window opens where the keyboard caret is,
We don't know where the keyboard caret is because it's in another process.
---
There is a caveat to all of these. Under wayland, klipper can use the virtual keyboard interface to potentially get this information.
This is something we will revisit later.
> We can't reliably do this on X11. The client requests the clipboard contents. We cannot reliably tell the client to request things.
Does wayland help in this context?
|