I switch my bars by button click.
All my five bars have five icons/buttons, labelled from [1] to [5]
each of this five buttons opens a corresponding bar.
I think I have the basic idea from a plugin 'nested bars' or like this.
That way I can hop from each bar to each other by just a mouse click.
Example:
Code: Select all
TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu01.BAR
%Commander_Path%\plugins\BARs\Menu01.ico
Switch to default bar 1
0
-1
------
Code: Select all
TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu02.BAR
%Commander_Path%\plugins\BARs\Menu02a.ico
Menu Bar 2 - Special tools
0
-1
------
Code: Select all
TOTALCMD#BAR#DATA
%Commander_Path%\plugins\BARs\Menu03.bar
%Commander_Path%\plugins\BARs\Menu03.ico
Menu Bar 3 - VBScripts
-1
the 'a' in the icon name indicates that this is the entry for this loaded bar itself, the currently 'used' bar.
------
The *.bar files are just plain text files, like this excerpt:
from %Commander_Path%\plugins\BARs\Menu02.BAR
Code: Select all
[Buttonbar]
Buttoncount=38
button1=%Commander_Path%\plugins\BARs\Menu01.ico
cmd1=%Commander_Path%\plugins\BARs\Menu01.bar
iconic1=0
button2=%Commander_Path%\plugins\BARs\Menu02a.ico
cmd2=%Commander_Path%\plugins\BARs\Menu02.bar
iconic2=0
menu2=Menu Bar 2 - Special tools
button3=%Commander_Path%\plugins\BARs\Menu03.ico
cmd3=%Commander_Path%\plugins\BARs\Menu03.bar
iconic3=0
menu3=Menu Bar 3 - VBScripts
button4=%Commander_Path%\plugins\BARs\Menu04.ico
cmd4=%Commander_Path%\plugins\BARs\Menu04.bar