I want to write event listener for short cut key Ctrl + Shift + v (Paste Plain text) in chrome is it possible? If so can any one share how to write it. First preference is for a pure Javascript listener.
Edit: I want to get the text which is going to paste in my editor before it is done.