Hello!
Is it possible to use a code lto do that:
left click = open mycomputer in the left panel.
Right click = open mycomputer in the right panel.
I would like to add NEWTAB=findexisting to avoid tabs with the same folder.
I would like the same thing as this code but to popen /mycomputer :
Go DRIVEBUTTONS=labels,multifunctabs NEWTAB=findexisting
Thx!
Chuck
2
A 3-button should work:
LMB: Go {alias} /MyComputer NEWTAB=findexisting OPENINLEFT
RMB: Go {alias} /MyComputer NEWTAB=findexisting OPENINRIGHT
3 Likes
Leo
3
The {alias}
there will be turning into nothing at all, I think. It isn't needed, although apparently it works OK with it there as well.
That works! Thx for the help!