Re: Plus sign key equivalent.

2012-10-14 Thread Jens Alfke
On Oct 14, 2012, at 12:24 PM, Jeff Smith wrote: > I'm trying to set the key equivalent for a menu item to the plus sign. > Interface Builder won't let you do that. I tried doing it manually with > [item setKeyEquivalent:@"+"]; > But to make it work you have to hold down the shift key. Right. D

Plus sign key equivalent.

2012-10-14 Thread Jeff Smith
Hi, I'm trying to set the key equivalent for a menu item to the plus sign. Interface Builder won't let you do that. I tried doing it manually with [item setKeyEquivalent:@"+"]; But to make it work you have to hold down the shift key. Any ideas? thanks Jeff __