tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.43k stars 202 forks source link

Not important issues #115

Open AGene1234 opened 3 years ago

AGene1234 commented 3 years ago

works very well so far. issues i noticed is that

PikeNote commented 3 years ago

Since we don't know exactly where the icon is on the taskbar, it is hard to fix that issue since we currently grab the mouse.

Once thing we can do is take a picture of the desktop, use some image recognition to find the group icon on whichever taskbar and then go from there but that is more of an advanced solution. I will see what I can do though this solution may increase load time for the group.

Optimizations I will look into to make it more instant but it isn't as easy maybe because of us using Windows Forms instead of WPF. This was considered in #72 but that is still up in the air. There is a port to it (https://github.com/xXNicksonXx/taskbar-groups) that you can try building and see if it has the same issues.

Alternative to the load issue would be running TaskbarGroups or atleast a shell of it in the background at all times so it can pop up instantly. I will look to explore some of these options to see what I can do to make the experience a bit smoother.