Creating a toolbar button from a tab group?

Hello all. Is there a way to create a toolbar button using an existing tab group name? I realize it is a trivial thing to do, but it would save me one mouse button click if I could make a toolbar button, instead of doing the right-click, then choose the group I want, and doing a left click.

Many thanks!

Oblias2

Sure. If your tabgroup is called, say, "group1", the button command would be

Go TABGROUPLOAD=group1 OPENINLEFT

if you want the tabgroup opened in the left, or accordingly OPENINRIGHT. See also page 599 of the manual.

Thank you VERY much!