Ylianst/MeshAgent

Implement a clipboard listener functionality that triggers an event whenever the clipboard content changes on a remote system

Opened this issue · 0 comments

Hi Community,

Can I implement a clipboard listener functionality that triggers an event whenever the clipboard content changes on a remote system? It seems feasible to achieve this. Do I need a separate hidden window to capture clipboard events, or can I integrate this functionality within the win-message-pump file? My goal is to establish a clipboard listener that responds to clipboard content changes on the remote system. Specifically, I aim to capture this event in a meshcore.js script. I've come across the AddClipboardFormatListener method, which appears to be relevant for this purpose. Could you provide comprehensive guidance on effectively implementing this clipboard listener functionality within this scenario