-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Display keyboard shortcuts in the right click menu #13120
Feature: Display keyboard shortcuts in the right click menu #13120
Conversation
@yaira2 I thought that if we allow |
@ferrariofilippo is it possible to display the shortcut without adding the accelerators to the context menu? It might be confusing if we used custom shortcuts only in the context menu. |
The label would be visible, but the shortcut would not work. |
Wouldn't the shortcut work from the rich commands? |
Regarding enter, we can leave that blank 👍 |
It seems the context menu handles all the inputs while open, the RichCommands are not invoked |
That's good to know, in that case we can just leave |
Just the first one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Resolved / Related Issues
Closes Feature: Display keyboard shortcuts in the right click menu #13055
When there's more than one shortcut, should the label display all of them?
There's a bug involving
Enter
and I'm working on it (if you hitEnter
, which is the accelerator forOpen
, it will cut the item, since that's the first button in the menu)Validation
How did you test these changes?
Screenshots (optional)