Skip to content
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

More native menu items #2802

Open
probablykasper opened this issue Oct 26, 2021 · 4 comments
Open

More native menu items #2802

probablykasper opened this issue Oct 26, 2021 · 4 comments

Comments

@probablykasper
Copy link
Member

These are more native menu items that would be nice to have in Tauri.

Apple's Menu Bar Menus guidelines: https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-bar-menus

Edit > Paste and Match Style
Edit > Delete
Edit > Speech > Start Speaking
Edit > Speech > Stop Speaking
Edit > Start Dictation
Edit > Emoji & Symbols

View > Actual Size
View > Zoom In
View > Zoom Out

Window > Bring All to Front

List of open windows: Most macOS apps also have a list of the open windows at the bottom of the Window menu. The guidelines state that you should:

List open windows — not panels — as menu items at the bottom of the Window menu. List the windows in alphabetical order for easy scanning. When people select an open window in the Window menu, it comes to the front of the window stack.

@amrbashir
Copy link
Member

/upstream tauri-apps/tao

@tauri-apps
Copy link

tauri-apps bot commented Oct 26, 2021

I have created an upstream issue at tauri-apps/muda#83, I will notify you once it is resolved.

@probablykasper
Copy link
Member Author

Another good one might be supporting About <app> on Windows. I noticed that apps like Notepad and VSCode do have it, though it sounds like it's something that has to be manually implemented.

@amrbashir
Copy link
Member

In v2, About menu item is implemented on All 3 platforms. Other native menu items (which are specific to macOS) will be added later once resolved in tauri-apps/muda#83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📬Proposal
Development

No branches or pull requests

2 participants