I have 3 tabs open. I would like to drag and drop one tab outside of the main window, to create a separate XYplorer window with that Tab (like I can drag a tab in chrome to create a new Chrome).
is this supported?
Can I move a tab to a new separate window
Re: Can I move a tab to a new separate window
No but you could instead run a script (toolbar button, user defined command with a keyboard shortcut, catalog, ...) that take the current tabs path and created a new instance with it:
Code: Select all
run lax("<xy>" /new /script="#353; goto "<path a>";");
One of my scripts helped you out? Please donate via Paypal