-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quit menu item keyEquivalent #103
Comments
It works for me when I don't have CMD set for the window switcher. I'm not sure how we can disable that built-in quit shortcut. I think we should just remove it, if possible. |
It's a macOS shortcut that should be valid in every application, I don't think it's worth removing. We just need to find a way not to display it in the menu bar but only when not in the settings window. |
Apple Human Interface Guidelines:
|
Ok, I see that when focused on the window, the keyboard shortcut doesn't work. So you just need to remove the keyEquivalent from the menu bar item, and instead add a keyEquivalent for the settings window. |
Maybe we would also like to add a "quit" button in the corner of the settings window? |
How is it possible to activate the keyboard shortcut? I can't do it, neither when the DockDoor settings are open nor when it's closed.
If this is indeed not possible, the indication of the shortcut keys must be displayed, to avoid confusion.
The text was updated successfully, but these errors were encountered: