I want to listen on an event (clipboard event ?) in order to alter the clipboards content.
Actually i did not find out how i can grab the clipboards content after it has been filled (using ctrl+c).
I tried to redefine the shortcut ctrl+c, but this way i only get what was in the clipboard before i pushed the shortcut.
Where do i need to hook me in, which event? Any suggestions?