Page 1 of 1

open folders in tabs: Button/shortcut

Posted: 16 Mar 2010 16:40
by rosale
A button and/or key shortcut for "Open folders in tabs" would be fine.

Re: open folders in tabs: Button/shortcut

Posted: 16 Mar 2010 17:07
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)?

Re: open folders in tabs: Button/shortcut

Posted: 16 Mar 2010 20:33
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?

Re: open folders in tabs: Button/shortcut

Posted: 16 Mar 2010 20:42
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