Overriding NSMenu from an NSTextView

2009-08-31 Thread Chilton Webb
Hi! I have a menu item that defines Command+Shift+Arrow (left and right) to do something. But I'd also like to support the 'normal' NSTextView behavior for Command+Shift+Arrow. How do I tell my app to ignore this particular menu command (and use the default NSTextView behavior) when

Re: Overriding NSMenu from an NSTextView

2009-08-31 Thread Jack Carbaugh
Change the Key equiv of the menu item when your textview takes on key focus, then set it back when finished. On Aug 31, 2009, at 5:50 PM, Chilton Webb wrote: Hi! I have a menu item that defines Command+Shift+Arrow (left and right) to do something. But I'd also like to support the