Multi Commander > Feature Requests and Suggestions

Lynx-like motion

(1/2) > >>

32MB:
Dear Developers,

please add the configurable Lynx-like motion:

Cursor right - open folder/zip/etc.
Cursor left - leave folder (no matter where the cursor is)

Thank you

Matthias515566:
In the Folder Tree works this. I needed to google "Lynx-like motion"...

32MB:
Right

would be great, if it would work in normal mode

=)

alleby:
+1 on this
my posts both in "support and feedback"
http://forum.multicommander.com/forum/index.php/topic,3529.0.html
and in "feature requests"
http://forum.multicommander.com/forum/index.php/topic,3585.0.html

Currently it is not possible to even have this setup manually as there is no keyboard action in mapper to "enter directory".

Mathias (Author):
You can create it your self with script

Create two user defined command of MultiScript type

(Enter Focus Folder)

--- Code: ---@var $folder = GetSourceFocusPath();
MC.Explorer.Goto SOURCE="{$folder}"
--- End code ---
Then assign to left arrow

(Enter Parent Folder)

--- Code: ---@var $folder = GetSourcePath();pa
$folder = PathGetPathPart($folder, 1);
$folder = PathGetPathPart($folder, 0);
MC.Explorer.Goto SOURCE="{$folder}"
--- End code ---
Then assign to right arrow

Navigation

[0] Message Index

[#] Next page

Go to full version