Hi, Is there a way to trigger an event when the clipboard is written to?
I am using google Maps and when a coordinate is clicked using the right click context menu, the coordinates will copy to the clipboard. I can use a timer to check for a change in windows clipboard but this is problematic as it will run system wide rather than at a specific event
To note: Edge will pop up 'Copied to clipboard' when data is written to the clipboard.
I am using google Maps and when a coordinate is clicked using the right click context menu, the coordinates will copy to the clipboard. I can use a timer to check for a change in windows clipboard but this is problematic as it will run system wide rather than at a specific event
To note: Edge will pop up 'Copied to clipboard' when data is written to the clipboard.