> On Sep 28, 2015, at 1:05 PM, Alex Kac <[email protected]> wrote: > > The problem is that without a menu bar, none of the CMD key functions for > text fields works now. Stuff like cut, copy paste. So with that in mind, how > do I enable that to work?
You may need to capture the key events (possibly in your view’s -performKeyEquivalent:) and process them yourself. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
