Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: avantuser1114 on November 08, 2012, 10:05:59

Title: open folders with right arrow key
Post by: avantuser1114 on November 08, 2012, 10:05:59
how can i  replace 'Enter' key so that if I want to open a folder..i can use right arrow key...
Title: Re: open folders with right arrow key
Post by: Mathias (Author) on November 08, 2012, 18:12:28
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: [Select]
@var $folder = GetSourceFocusPath();
MC.Explorer.Goto SOURCE={$folder}

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