open folders in tabs: Button/shortcut
-
rosale
- Posts: 9
- Joined: 15 Mar 2010 13:20
open folders in tabs: Button/shortcut
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
Hi,
Button: copy this to your buttonShortcut: 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)?
Button: copy this to your button
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)?
-
admin
- Site Admin
- Posts: 66360
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: open folders in tabs: Button/shortcut
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)?
BTW, I think the OP might have meant "Open folders in tabs" from the Catalog?
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: open folders in tabs: Button/shortcut
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?
http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=4805
XYplorer Beta Club