CrossCopy / tauri-plugin-clipboard

A Tauri clipboard plugin with text, files, html, RTF, and image support. Clipboard content update monitoring is also supported.
https://crosscopy.github.io/tauri-plugin-clipboard/
MIT License
145 stars 10 forks source link

About inserting content directly into the app #38

Closed ayangweb closed 3 months ago

ayangweb commented 3 months ago

Hey 👋, I want to insert the contents of my clipboard directly into the app, do you have a good suggestion? Thanks for the answer!😁

HuakunShen commented 3 months ago

Can you elaborate this question? What app and what kind of insert?

ayangweb commented 3 months ago

Can you elaborate this question? What app and what kind of insert?

Using similar software as an example, double-click to insert the content directly into the input box

https://github.com/CrossCopy/tauri-plugin-clipboard/assets/75017711/2128a56d-9ae8-47a4-bb4b-913ed327a47f

HuakunShen commented 3 months ago

Use rdev

ayangweb commented 3 months ago

Use rdev

Okay, I'll look into it! Thanks!