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
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
__