I'd like to develop an application that does some processing on text copied on clipboard.
I want to prevent user from copying the text, switching to my application, pasting the text and clicking on process. The process would be done instantly as the user simply copies text on clipboard. He would then go on the application to see the process done on the text copies he's made.
Is there a way to have a kind of listener on text copies on clipboard ?
Thanks