-
-
Notifications
You must be signed in to change notification settings - Fork 157
The default options like 'cut' 'copy' 'paste', etc. don't show accelerators next to them #171
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
Comments
What OS did you expect them to show? On macOS, context menus should not have any accelerators. Last time I checked, this applied to Windows too. |
Thank you. Any OS, but yes, MacOS is the main focus here. Right now in Linux, in Chrome iteself or even VSCode, if i right click, i see the acceleartor next to the names. Even doing this with
|
How about doing this if you want to go ahead with the proposal? |
Chrome and VS Code are not very good at adhering to platform conventions. |
I'm not interested in supporting something that breaks platform conventions. If you can prove that a certain OS always uses accelerators in context menus, I may consider it for that platform, but it will never be supported on macOS. Electron apps get a lot of bad reputation for apps feeling non-native and I'm not going to help apps continue this trend. |
The default options like 'cut' 'copy' 'paste', etc. don't show accelerators next to them. It would be better if there is an option like there is for labels. Otherwise you need to modify the
menu
property which is complex and could mess up the order.The text was updated successfully, but these errors were encountered: