-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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 default keybinding for opening dropdown #2365
Conversation
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.
Okay I have some questions that I think I want answers on before I sign-off.
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.
Please merge #2335 and add the new keybinding in too.
If this becomes the generic "menu" that we use for all user-configurable things it will no longer be just the "newTabDropdown". I'm not sure I carE? I dunno, the name seems too specific now. |
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.
I think OpenNewTabDropdown
is fine since it's the dropdown by the "new tab" button. Intuitive enough.
/azp run |
Hello @DHowett-MSFT! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Azure Pipelines successfully started running 1 pipeline(s). |
I just merged master to this branch to unblock the static analysis build. |
Summary of the Pull Request
Adds default keybinding of CtrlShiftSpace to open the dropdown menu.
References
PR Checklist
Detailed Description of the Pull Request / Additional comments
CtrlShiftSpace will not close the dropdown menu if it has been opened. Do we want this functionality or is ESC sufficient?
Validation Steps Performed