I'm not 100% sure this is a good idea as it adds a layer of inconvenience to the user, but it has been requested by more than one person now (here's the latest request). I understand the desire for this kind of thing, but I'm not sure it's good to add this kind of potential inconvenience to the user.
If I did add this feature then I would add an option for the site owner to activate it or not, so that it doesn't immediately affect users. It should be easy enough to achieve with jQuery's .bind("cut copy paste") function, but I'd need to test this out properly first.
I'm not 100% sure this is a good idea as it adds a layer of inconvenience to the user, but it has been requested by more than one person now (here's the latest request). I understand the desire for this kind of thing, but I'm not sure it's good to add this kind of potential inconvenience to the user.
If I did add this feature then I would add an option for the site owner to activate it or not, so that it doesn't immediately affect users. It should be easy enough to achieve with jQuery's
.bind("cut copy paste")function, but I'd need to test this out properly first.