I’m writing an agent (so no dock icon or menu bar) based around a status item. The Main Menu never gets displayed. Can I remove it without problems?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the user could want to use any keyboard shortcuts while interacting with your status item, then you’ll want to keep the main menu around. Even when it’s not visible, an app’s main menu is the provider of keyboard shortcuts like Copy and Paste.
Learned from hard experience.