I want to run a function when someone presses ctrl+c, irrespective of whether he did it while reading a Wikipedia article and trying to copy text, or while copying an URL from the address bar.
Also, if possible, could you tell me how I can pass the selected text to the function when the event is triggered.
Thanks a ton!
P.S. I hope It's possible to do everything using jQuery, along with it's plugins.