-
Notifications
You must be signed in to change notification settings - Fork 8.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
Add support for the "windows menu" key for shortcuts #7270
Comments
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
@zadjii-msft is this a duplicate? on reading #3184 it seems to only be talking about the winkey and it appears there may be issues with that. here I am talking about the win-menu (on the right in the following image) happy if they are to be handled together that they are merged but it sounded like technically there may be issued to do so. |
incorrect dupe - more likely #7144 now implemented |
Yes - you're right about that. My bad for not catching the difference earlier! |
Add support for the "windows menu" key for shortcuts
#6635 introduced the
commandPalette
command. I would really like to be able to bind this to the "windows menu key" however this does not seem to be possible.Either it is possible and the keyname is not documented, or the documentation is correct and this is not possible.
As a user I expect to be able to use any key on my keyboard in order to bind commands (including keys that may be special for example some extended MS keyboards with a calculator button) by specifiying a keycode if required and the key does not have a common name.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: