Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
234 stars 10 forks source link

[Feature Request] - Show all tabs in taskbar when hovering #5

Open generalguy41 opened 1 year ago

generalguy41 commented 1 year ago

Description: Show all the tabs that are open when hovering over Sets in the taskbar. (Additionally, when hovering only UWP apps show in the hover previews, as can be seen in the screenshot below).

Screenshot:

image

Version Info: Edition Windows 11 Pro Insider Preview Version 22H2 Installed on ‎2022-‎10-‎19 OS build 25227.1000 Experience Windows Feature Experience Pack 1000.25227.1000.0

FireCubeStudios commented 1 year ago

I would rate this difficulty: impossible but yes good idea

GetGet99 commented 1 year ago

Notes on concepts needed for implementation

  1. We can set add window into the taskbar hover icon
  2. However, that window must either be the desktop window itself or be owned by the process because of some security Microsoft placed
  3. We can technically create a new hidden window and then copy the content of a specific window, however, I'm not sure if it worth the performance cost.