-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private clipboard support separated from system's clipboard #306
Comments
Since text can be copied by the app to the clipboard only via the copy button, a simple solution would be adding a "private copy" button that just puts the text into the internal clipboard. |
@Helium314 I think I should be able to add a toggle in Preferences (near "Enable clipboard history") to make the "copy" button copy text to the internal clipboard as part of #611 |
I think it would be better to have two copy buttons (normal and private), because this allows the user to choose when copying without having to go to the settings. E.g. when copying sensitive data a user might want to use the private copy button that does not use the system's clipboard. |
As a short summary: a private clipboard is wanted for copying sensitive info. My proposal
@codokie's proposal
Anything I missed above? |
As the title says, implementing a private clipboard seperated from system would be very helpful when copying some sensitive info. It is already there in FlorisBoard and I use it when copying some sensitive texts or passwords along with OpenBoard for general typing.
Please consider this. Thank you.
The text was updated successfully, but these errors were encountered: