Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Windows/macOS] Implement menu key accelerators #14740
[Windows/macOS] Implement menu key accelerators #14740
Changes from all commits
5810b4c
c3c2301
6d6ce6b
883bc19
288e4ea
d637c24
a96555d
d65e20e
e138b2a
041fe62
2dbfe81
3796218
625098a
f8d3133
49f5f1f
af99754
dd33b18
1d5ba90
a3b8e09
e01563f
25324d2
14aadf2
9c3034b
d2490d8
e4810c7
0071004
bfadcb3
8905ee3
717f599
2c3145d
e6e6b79
3e44575
28e3090
f04031d
3008fa1
e1552ce
d3001bb
e03e584
995398c
3f7fbde
179d623
43a1f6d
93a3bd2
3df0456
b13e77c
8f2ed58
dcae302
51f3161
e3d0802
3fd2187
4f73a8f
daccc5e
4eea4f6
7efafdc
5e35b7f
cfc14fb
ea70d71
9f4f905
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Same comment, should we one returning null? Or an empty list of IAccelerator. Why the need of a IReadOnlyList? Are users going to access the by index?
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.
The order matters I think because you want the accelerators to be in a specific order. The null is not my favorite but some people like it - not sure it matters. We can always not-null it later, but making it null later is breaking.