Fix focus-tab --previous/next to ignore tab switcher order#10947
Fix focus-tab --previous/next to ignore tab switcher order#10947DHowett merged 3 commits intomicrosoft:mainfrom
Conversation
|
Found no documentation to update: while -t is documented, -p, -n seem not to be. Am I missing something? |
zadjii-msft
left a comment
There was a problem hiding this comment.
My only nit is adding a comment on why we need to do this. Otherwise, this is a very clever solution!
Nah, we just don't always remember to update docs when we add features. We try to, but sometimes we forget ¯\_(ツ)_/¯ |
Co-authored-by: Mike Griese <migrie@microsoft.com>
|
Hello @DHowett! 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 (
|
|
admin override: Not gonna spin the CI for a comment change |
|
🎉 Handy links: |
When creating
startupActionuseTabSwitcherMode::Disabledin action argsto disable the tab switcher and prevent MRU logic to be applied.
Closes #10070