Multi Commander > Support and Feedback

open folders with right arrow key

(1/1)

avantuser1114:
how can i  replace 'Enter' key so that if I want to open a folder..i can use right arrow key...

Mathias (Author):
You can not replace it.
But you can add so that the arrow key also goes into folder using script

create a User Defined Command of Multi-Script type


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

Then save that command and press the "HotKey" button (in the User Commands dialog) and assign the Arrow key to that command.

Navigation

[0] Message Index

Go to full version