Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Jungle on July 10, 2026, 18:59:35

Title: [Bug] Shift+F4 doesn't launch an editor
Post by: Jungle on July 10, 2026, 18:59:35
I have changed the default editor (in File Type Setup > Editor). It is launched via F4, but is not launched via Shift+F4. Empty file specified in "Create file" dialog is created.

MC 16.0.3186
Title: Re: [Bug] Shift+F4 doesn't launch an editor
Post by: Mathias (Author) on July 10, 2026, 19:20:47
So you remapped key shift+f4 to edit ? and the remapp does not work ?
Title: Re: [Bug] Shift+F4 doesn't launch an editor
Post by: Mathias (Author) on July 10, 2026, 19:27:18
CustomKeymapping.xml should have this

  <map extid="" ctrl="0" cmd="1350" key="F4" keymod="S"/>
  <map extid="" ctrl="0" cmd="1351" key="" keymod=""/>

First line asign F4 + Shift to EDIT
second line remove default mapping of CreateNew file