-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
RichCommands: Switch tabs command #11916
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
RichCommands: Switch tabs command #11916
Conversation
It's good as is 👍 |
Apparently Edge only allows it once, do you think we should do the same? |
After some testing I think we should do that too. You can't really predict where you will land if you keep pressing |
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.
Coding concerns
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
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
Related Generalizing Rich Command Usage #11481
Closes Bug: Changing tab with keyboard doesn't update address bar #6111
Related Feature: Only execute certain actions once #11737 (You can hold down
Ctrl + Tab
to switch more than once)Details
Ctrl + Tab
andCtrl + Shift + Tab
shortcuts-
Ctrl + W
orCtrl + F4
to close current tabValidation
How did you test these changes?