Re: Menu Item Hot Key
Re: Menu Item Hot Key
- Subject: Re: Menu Item Hot Key
- From: John Stiles <email@hidden>
- Date: Mon, 27 Feb 2006 09:05:52 -0800
Make a test app that repros this and file a radar.
There's probably a crazy quirk in NSMenu somewhere that Apple would love
to fix :)
Lorenzo wrote:
I solved the problem of the hot key in my menu item.
I just exchanged the 3rd item with the 4th item.
It sounds absurd but it works.
They were (the C hot key didn't work):
1 Item: Command+Control+X
2 Item: Command+Control+S
3 Item: Command+Control+L
4 Item: Command+Control+C
Now they are (they all work):
1 Item: Command+Control+X
2 Item: Command+Control+S
3 Item: Command+Control+C
4 Item: Command+Control+L
If I use again the old item list, it doesn't work again.
So I can reproduce the problem.
Mistery of IB... :-)
Best Regards
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden