PikeNote / taskbar-groups-pike-beta

Lightweight application that lets users create and pin groups to the Windows taskbar och desktop
MIT License
126 stars 9 forks source link

Add a button for opening all shortcuts #24

Open BanCrash opened 1 year ago

BanCrash commented 1 year ago

Hi! For a while I've been using a modificated version of this program were I included a way to add a shortcut to open all shortcuts of the same group, and I found it very useful, so I think would be great if that could be added in a proper way.

My way of adding was that if the shortcut of the group is added to the same group, when clicking on it it will open all shortcuts instead of opening the same group for a second time. You can check my implementation if you want in my modifications branch, specially in this commit (but I think there are more commits after that have bugfixing): https://github.com/BanCrash/taskbar-groups-pike-beta/commit/557ab48bae632ac8383065baf3d2ed95091e11a1 ,but like I've said this was badly done and I'm sure there is a better way to do this.

PikeNote commented 1 year ago

Just to clarify, this is for opening all shortcuts in a group if you create a button/shortcut within the group to do so? I think that is a good idea, and can probably be expanded to encompass selecting specific applications to open.

BanCrash commented 1 year ago

Just to clarify, this is for opening all shortcuts in a group if you create a button/shortcut within the group to do so? I think that is a good idea, and can probably be expanded to encompass selecting specific applications to open.

Yep, that's what I was suggesting. About the second, that would be nice too!