Cocoa Keyboard Shortcuts in Dialog without an Edit Menu

Improving on that CocoaRocket solution: The following saves having to subclass NSTextField and remembering to use the subclass throughout your application; it will also enable copy, paste and friends for other responders that handle them, eg. NSTextView. Put this in a subclass of NSApplication and alter the principal class in your Info.plist accordingly. – (void) … Read more