how can I disble new tab on middle click in tab list (scroll bar of tree tabs) ? #3433
SequentialDesign
started this conversation in
General
Replies: 1 comment
-
Currently there is no special option for middle click on the scrollbar. TST is designed to treat middle click on the scrollbar same as the one on tabbar's blank area and the new tab button. You just can control how newly opened tab is placed but you cannot control opening a new tab or not. This behavior is hardcoded. Developing a helper addon with TST's API may become a solution for you. TST has ability to notify events to addons when the blank area is clicked, and you can cancel opening a new tab based on the coordinates of the click event. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use my middle click on the tab list scroll bar, but a new tab is opened each time I do it.
how can I get rid of this problem ?
Beta Was this translation helpful? Give feedback.
All reactions