Multi Commander > Support and Feedback

Swap Left and Right Panes?

(1/1)

Tregonsee:
Is there a way to swap the left and right panes without manually changing the individual paths?

Mathias (Author):
Ctrl+U will move each active tab to opposite side.

Tregonsee:
It does, but not in quite the way I was thinking.  If you have the folder tree visible, it also moved that.  I usually run with the folder tree, and  left and right panes.  In my other file manager program, I can swap the left and right panes, but the folder tree is not changed.  It makes it easier to move files in some circumstances.

Mathias (Author):
The you have to use create a own command using MultiScript


--- Code: ---@var $source = GetSourcePath();
@var $target = GetTargetPath();

MC.Explorer.Goto SOURCE={$target} TARGET={$source}
--- End code ---

Tregonsee:
Thanks for the clarification.  I will take a look at that.

Navigation

[0] Message Index

Go to full version