Re: Multiple keyboard shortcuts for the same menu command

2009-07-27 Thread Тимофей Даньшин
Well, you could have two different menu items doing the same thing and having the two shortcuts. On Jul 27, 2009, at 11:38 AM, Oleg Krupnov wrote: I'd like the "Go Back" command in my app to be triggered by both Cmd+[ and Cmd+<- (left arrow) keyboard shortcuts. How do I do that? I am aware of

Multiple keyboard shortcuts for the same menu command

2009-07-27 Thread Oleg Krupnov
I'd like the "Go Back" command in my app to be triggered by both Cmd+[ and Cmd+<- (left arrow) keyboard shortcuts. How do I do that? I am aware of the [NSMenuItem isAlternate] but it only works if the "keyboard equivalents" are the same and only the modifiers differ, whereas in my case the opposit