Multi Commander > Support and Feedback

can't find "Open in New Tab"

(1/1)

Jean:
Excuse for being dumb but i can't find it. Where is it?

Matthias515566:
You can use a User Defined Command as Multiscript
--- Code: ---MC.Explorer.NewBrowser PATH="${focusfilepath}" SIDE=TARGET
MC.SetActivePanel PANEL=INACTIVE
--- End code ---
This create the Path of the Focus Folder or file in a new tab on the other side and i use this with the Rightarrow Button.

Jean:
Thanks Mattias, got it working, nice feature.

Mathias (Author):
If you customized the Custom Context menu it will now show up by default since the upgrade do not touch user modified files.
And then you need to add new commands to the context menu your self.
or edit the config file called ContextMenu.xml and add


--- Code: ---  <MenuItem Name="Open folder" Options="4368">
    <MenuItem Command="ExplorerPanel.41056" Options="4112"/>
    <MenuItem Command="ExplorerPanel.41057" Options="4112"/>
  </MenuItem>

--- End code ---

Navigation

[0] Message Index

Go to full version