Author Topic: navigation like Krusader with arrow keys  (Read 7140 times)

Mariop Luzeiro

  • Newbie
  • *
  • Posts: 1
    • View Profile
navigation like Krusader with arrow keys
« 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?


Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: navigation like Krusader with arrow keys
« Reply #1 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.