Re: How to use the option key
Re: How to use the option key
- Subject: Re: How to use the option key
- From: Avery Pierce <email@hidden>
- Date: Tue, 06 May 2014 15:07:17 -0500
Hi Gil,
In Xcode 4.0+ (maybe Xcode 3.X too, I'm not sure), Interface Builder provides a checkbox for menu items called "alternate". If checked, that menu item will only be visible when the option key is pressed, replacing the menu item with the same key equivalent (minus the option modifier, of course). You can also do it programmatically using NSMenuItem's -[setAlternate:] method.
Here's some relevant documentation:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden