-
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
Feature Request - Enable access to all the open tabs on the menu bar (alternative to ctrl+shift+tab) #1262
Comments
You can scroll the tabs with the mouse: You might need to resize the window once first - we're using a VERY early prelease version of the TabControl. @cinnamon-msft is working on a spec for how tabs should be sized, and the various different settings to control them. This looks to me like it could be a dupe of either of: #857 #597 |
I am unable to scroll with trackpad. But it might be an issue on my laptop only. |
I believe that's #444. Again, it's a very early prerelease of the tab control, and there'll be lots of improvements in this space soontm |
Technically you can scroll it with a trackpad, though you have to swipe the pad from up to down to simulate mouse scroll. I know that super ultra counter intuitive 🤣 |
Oh you are right. Can it be changed in the settings? |
@dash-mode not currently, I'm presuming this is a bug in the tab control implementation. @teaP can call me out though if this is expected behavior |
That's a little odd since there is support for < and > scroll buttons in tabview right now. Terminal may be able to update their version and get better behavior. If that doesn't work let me know! |
Could someone tell me where I can seethe tab control implementation in the project folder? |
@dash-mode you can find the TabView implementation in the Microsoft/microsoft-ui-xaml repo here. Be wary, @teaP is actively working on it and it's got a spec review going on here. |
Summary of the new feature/enhancement
Enable scrolling on the menu bar to be able to access all the open tabs in the windows terminal.
At the moment, after I open (say) 5 new tabs in the terminal, I am unable to access the tabs after the first few open tabs without closing a few tabs (so that the tab that I am looking for is available on the menu bar)
![terminal_issue](https://user-images.githubusercontent.com/32212134/59517882-89d02600-8e92-11e9-8c0b-197f52208094.png)
I have 5 tabs open, but, as you can see in the image, I can only access three tabs through the menu bar.
I am aware that one can change tabs using ctrl+shift+tab. But I feel this would be an integral feature, as it is a basic option available in most applications.
Proposed technical implementation details (optional)
To add an option of showing all the open tabs when the drop down button is clicked. Right now, it shows all the profiles available.
![terminal_issue](https://user-images.githubusercontent.com/32212134/59518353-7c676b80-8e93-11e9-8d13-0da2a503e4eb.png)
Details
Microsoft Windows [Version 10.0.18917.1000]
Tools - VS2017 and VS2019
The text was updated successfully, but these errors were encountered: