How to detect ctrl+v, ctrl+c using Javascript?
I need to restrict pasting in my textareas, end user should not copy and p
instead of onkeypress, use onkeydown.