-
Notifications
You must be signed in to change notification settings - Fork 278
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] (Sub Tabs/Trees selection Shift+Click is pressed) #3541
Comments
In short: I'm negative to implement this as a built-in option. TST's special behavior on a collapsed tree + shift-click is based on the policy to keep consistency. Shift-click on a tab is an action to highlight tabs between the clicked tab and the previously clicked or the active tab.
On this case,
TST's this kind behaviors refer the one on other UIs in Firefox and other major applications. The basic strategy of Shift-click on this case refers item selection on Firefox's "Browsing Library" and Windows Explorer.
We need to remind that TST's (Frefox's) tabs are different from items and folders on these cases. TST's tab behaves like both folder and item. It needs to be moved individually like told at #3538, so simulating the behavior of macOS's Finder completely (move descendants together even if only the parent is highlighted) looks not suitable. However any helper addon providing the behavior (shift-click on an expanded tree parent to select all its descendants) is always welcome. I'll add it to the list of known helper addons if you publish it. |
Thanks for the explanation, I'll look into developing a solution. EDIT A personal reminder to acknowledge the potential importance/utilisation of unfocused TST sidebar prior to Shift click to remediate issues with previous focused/selected tab. |
Hi @piroor
I am looking to request a feature where if the user Shift+Clicks on a tree that is currently expanded that all sub Tabs/Trees are selected as they are if the tree is collapsed.
I'm currently using macros to Shift+Click+Application Menu Key(the key we discussed a few months back) on the current active tab through image recognition. This allows me to quickly access the context menu for multiple tabs and easily unload them or whatever need be done.
Unfortunately for trees that are expanded this does not function as I think it should.
To clarify once again, when a tree is expanded, if the user Shift+Clicks on the tree parent, TST does not select the sub trees/tabs as it does when the tree is collapsed.
I don't believe there are any TST settings that adjust this but if you need to confirm any settings that you think might be relevant please run your thoughts by me.
Thanks.
The text was updated successfully, but these errors were encountered: