Author Topic: open folders with right arrow key  (Read 6575 times)

avantuser1114

  • Active Member
  • ***
  • Posts: 121
    • View Profile
open folders with right arrow key
« 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...

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: open folders with right arrow key
« Reply #1 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.