Save As menu item

I’d like to have a Save As menu item in my application. I see that the key combination for Save As is Shift+Cmd+S. Can someone please tell me how to specify in the menu item setup window that pressing Shift is part of the key combination? I can see how to specify that pressing Opt or Ctrl is part of the key combination, but cannot see how to specify that pressing Shift is part of the key combination.

If I recall correctly you just put in a capital letter as the shortcut letter.

check out AlternateMenuModifier … it maps to the shift key on all platforms.

per the lang ref : AlternateMenuModifier

and Scott beat me by 3 seconds

that is rare. you generally beat me to the punch.

Thanks, gentlemen. I turned the AlternateMenuModifier on and that did it. Thanks so much for your SPEEDY :slight_smile: assistance!!