There are a number of posts on this:
http://stackoverflow.com/questions/579879/copy-paste-not-working-in-modal-window
http://www.cocoabuilder.com/archive/cocoa/192462-enabling-cut-and-paste-in-modal-window.html
http://www.shipsomecode.com/software/enabling-keyboard-shortcuts-with-nsstatusitems/
They mention subclassing NSText, hooking up dummy menus, adding edit items, etc. Is all that necessary? It seems that cut and paste work fine on windows where you don't call runModalForWindow; why shouldn't modal windows work the same?
Is there a simpler solution out there for modal windows? -- Thanks
http://stackoverflow.com/questions/579879/copy-paste-not-working-in-modal-window
http://www.cocoabuilder.com/archive/cocoa/192462-enabling-cut-and-paste-in-modal-window.html
http://www.shipsomecode.com/software/enabling-keyboard-shortcuts-with-nsstatusitems/
They mention subclassing NSText, hooking up dummy menus, adding edit items, etc. Is all that necessary? It seems that cut and paste work fine on windows where you don't call runModalForWindow; why shouldn't modal windows work the same?
Is there a simpler solution out there for modal windows? -- Thanks