-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Display tabs in the alt-tab switcher #6783
Comments
I don't know how this works in Edgium, but I'd imagine it's similar to the code that we'll need for #687 (also see #2887 and #3247 which helped lead me to that one). I'm inclined to leave this open alongside #687, since that one seems to be specific to "tabs in the taskbar", and this one is "tabs in the alt-tab" switcher. If someone could point me at the specific APIs that would suggest these are in fact the same APIs, we can close this one. I'm thinking that they're definitely different though, since the old IE had tabs in the taskbar, but not alt-tab. |
@zadjii-msft I'd say those should be different apis, since AFAIK the tabs in the alt-tab switcher feature in Edgium canary are only available in the Windows Insider build (20161) and not in stable Windows versions. |
This is not currently possible via public API. I'm going to close this for now, but bring it back when there's an SDK that would allow for us to accomplish it. |
Soo... The terminal is a second-class citizen in Windows compared to Edge? Or is this actually a request for Windows and not Terminal? |
It's more of a request on the OS to make whatever API they're using publicly available. The Terminal is an open-source project, so we can only call APIs that are publicly available. Edgium is not open source, so they don't have the same restrictions. |
Microsoft can provide a closed-source enhanced version of windows terminal("windows terminal plus") with this feature. |
We strive to be utterly committed to open-source and openness. I wouldn’t want to break that commitment to bring folks a feature that is, at the best of times, somewhat annoying. 😄 |
Shouldn't Taskbar Thumbnails do this? |
One of the features in the latest windows insider build (20161) is the ability to display Edge's tabs alongside the open apps in the alt-tab switcher. I think that it may be pretty convenient (I loved this feature back in Android 5-6 times). Do you think it's something that can be brought over to MS Terminal as an optional feature (or an extension perhaps)?
The text was updated successfully, but these errors were encountered: