open folders in tabs: Button/shortcut

Features wanted...
Post Reply
rosale
Posts: 9
Joined: 15 Mar 2010 13:20

open folders in tabs: Button/shortcut

Post by rosale »

A button and/or key shortcut for "Open folders in tabs" would be fine.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: open folders in tabs: Button/shortcut

Post by serendipity »

Hi,
Button: copy this to your button

Code: Select all

 $path=<curitem>;
 #340;
 goto $path;
Shortcut: same code into UDC and assign shortcut.
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)?

admin
Site Admin
Posts: 66357
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: open folders in tabs: Button/shortcut

Post by admin »

serendipity wrote:Hi,
Button: copy this to your button

Code: Select all

 $path=<curitem>;
 #340;
 goto $path;
Shortcut: same code into UDC and assign shortcut.
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)?
Yeah, good, later.

BTW, I think the OP might have meant "Open folders in tabs" from the Catalog?

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: open folders in tabs: Button/shortcut

Post by serendipity »

admin wrote:Yeah, good, later.

BTW, I think the OP might have meant "Open folders in tabs" from the Catalog?
Oops you are right, i should have related this thread with this:
http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=4805

Post Reply