Multi Commander > Support and Feedback

navigation like Krusader with arrow keys

(1/1)

Mariop Luzeiro:
Hi,

I would like to navigate in folders like the Krusader (linux) using the arrow keys.
I was able to assign the go up (go to parent folder) but I can find something like enter the folder...
is possible or its a feature request?

Mathias (Author):
I do not think so.. But you can create a script and assign that script to Arrow Key.

Create a UserDefinedCommand of "Multi-Script" Type


--- Code: ---@var $path = GetSourceFocusPath();
MC.Explorer.Goto PATH={$path} SOURCE
--- End code ---

Save command and assign to Right Arrow key.

Navigation

[0] Message Index

Go to full version