You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in fact it's not trivial.. :) CopyQ is the only clipboard manager I found that offers a scripts/hooks system. And it doesn't offer any way to run a script when a paste is done. I opened an issue (hluk/CopyQ#2562) to ask if this was possible, but I have little hope of getting a positive answer (just because it doesn't already exist..).
On the other hand, there is definitely an event when the clipboard is modified (when you copy/cut)! this is what allows us to do a workaround to bypass NX protection between two hosts. So a priori it should be easy to display a confirmation dialog box when we do a "copy".. i.e. when we pass data from an untrusted domain (the host) to a trusted domain (the thinclient where the clipboard is stored).
We should have a confirmation prompt, with the name of the source and target hosts in it.
The text was updated successfully, but these errors were encountered: