open folders in tabs: Button/shortcut
Posted: 16 Mar 2010 16:40
A button and/or key shortcut for "Open folders in tabs" would be fine.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
$path=<curitem>;
#340;
goto $path;Yeah, good, later.serendipity wrote:Hi,
Button: copy this to your buttonShortcut: same code into UDC and assign shortcut.Code: Select all
$path=<curitem>; #340; goto $path;
Tip: hold shift and double click opens item in new tab.
Update: actually there is a shortcut for this already:
Goto menu Tools>Customize keyboard shortcuts and in section Miscellaneous>Goto you will find "Open folder in new tab", simply assign shortcut to it. And for button, simply add the code "#1043" inside the "on click" text field.
@Don: Right now i can go to an item in current tab (goto <curitem>) or reuse existing tab (goto <curitem>,1), maybe an option for new tab (goto <curitem>, 2)?
Oops you are right, i should have related this thread with this:admin wrote:Yeah, good, later.
BTW, I think the OP might have meant "Open folders in tabs" from the Catalog?