Ben Jamin wrote: >You could also try: > > >'========================================= >LOCAL MODE >LOCAL FN SetMenuItemModifiers(inMenu&,inItem%,inModifiers%) Ben, thanks very much! It does indeed add the up arrow to the menu, and I was confident that I could detect the shift key, but as it turns out I can't for the life of me find where the Shift-Command-S event shows up! The Save As... menu item is enabled, and works correctly if selected with the mouse, but pressing Shift-Command-S produces no results. It causes an Other _otherBeforeMenu event, but never gets trapped by the PGPro runtime. It's gotta be sumpin simple...no? McQ