Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Mariop Luzeiro on March 14, 2013, 11:03:44

Title: navigation like Krusader with arrow keys
Post by: Mariop Luzeiro on March 14, 2013, 11:03:44
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?

Title: Re: navigation like Krusader with arrow keys
Post by: Mathias (Author) on March 14, 2013, 18:17:52
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: [Select]
@var $path = GetSourceFocusPath();
MC.Explorer.Goto PATH={$path} SOURCE

Save command and assign to Right Arrow key.