Re: Getting the keyEquivalent as a string

2008-07-16 Thread Markus Spoettl
On Jul 16, 2008, at 8:21 PM, Ken Ferry wrote: I don't think there is anything that makes it easy to draw a visual representation of a key equivalent. There's a bug for it, (not that you can see that). You can probably crib code from . Thanks Ken. Markus

Re: Getting the keyEquivalent as a string

2008-07-16 Thread Ken Ferry
Hi Markus, I don't think there is anything that makes it easy to draw a visual representation of a key equivalent. There's a bug for it, (not that you can see that). You can probably crib code from . -Ken On Wed, Jul 16, 2008 at 7:46 PM, Markus Spoettl <[E

Getting the keyEquivalent as a string

2008-07-16 Thread Markus Spoettl
Hi List, I'll probably going to regret asking this but despite extensive Googling and documentation reading I couldn't find out if there's a framework function to get a NSMenuItem's keyEquivalent + keyEquivalentModifierMask as printable text (the way it's drawn in a menu item). Obviousl