objective c - How to forbid copy or paste operation in NSTextField? -


as title mentions. how can forbid copy (command + c) , paste (command + v) operations in nstextfield or nssecuretextfield?

http://www.cocoabuilder.com/archive/cocoa/129465-disabling-right-mouse-click-and-ctrl-click.html#129471

this answer question.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -