Author Topic: [Bug] Shift+F4 doesn't launch an editor  (Read 49 times)

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 595
  • Old Skull
    • View Profile
[Bug] Shift+F4 doesn't launch an editor
« on: Yesterday at 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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4939
    • View Profile
    • Multi Commander
Re: [Bug] Shift+F4 doesn't launch an editor
« Reply #1 on: Yesterday at 19:20:47 »
So you remapped key shift+f4 to edit ? and the remapp does not work ?

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4939
    • View Profile
    • Multi Commander
Re: [Bug] Shift+F4 doesn't launch an editor
« Reply #2 on: Yesterday at 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

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 595
  • Old Skull
    • View Profile
Re: [Bug] Shift+F4 doesn't launch an editor
« Reply #3 on: Today at 10:42:35 »
I don't remember remapping Shift+F4. AFAIR, it worked OK since the earliest MC versions. My CustomKeymapping.xml doesn't contain any F4 line.

It's strange. I've just tired some back-up'ed versions, and they don't work as well. Some days ago it worked. As I've said, Create File dialog is shown, and empty file is created, but the editor is not launched. I did not update my editor. Neither of the log files shows suspicious info.

But F4 works. No antivirus pop-ups.
« Last Edit: Today at 10:44:31 by Jungle »