Software Archive
Read-only legacy content
17061 Discusiones

known issue 3900: Mac "Command" key

Bob_Smith__Bethany_S
Principiante
1.093 Vistas

Depressing the Mac "Command" key in an edit window (on the Develop tab) causes source code lines to "undent" (the "Command-[" function).

Any possible idea when this crazy frustrating bug will be addressed or suitable workaround published?  'not pressing the cmd key isn't really a suitable workaround...

Thanks

Bob.

0 kudos
6 Respuestas
PaulF_IntelCorp
Empleados
1.093 Vistas

It has been addressed in the upcoming hotfix. It was due to a Brackets bug.

Bob_Smith__Bethany_S
Principiante
1.093 Vistas

Muchas Gracias - ETA on fix, thanks?

PaulF_IntelCorp
Empleados
1.093 Vistas

We're hoping to have the hotfix out ASAP, release candidates are being generated, but I am not allowed to publish a release date.

Namık_Zafer_E_
Nuevo Colaborador I
1.093 Vistas

Until hot fix, Mr Bob, you can use this extension below

https://github.com/redmunds/brackets-display-shortcuts

In Intel XDK, select Extension Manager, install "Display Shortcuts". After them, open help tab, select "Show Shortcuts". Then you can remove these shortcuts "Command-[" and "Command-]" by left click and selecting "Disable Shortcut". After disable, you can see below keymap.json

{
    "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
    "overrides": {
        "Cmd-]": null,
        "Cmd-[": null,
        "Ctrl-Alt-I": null
    }
}

 

Bob_Smith__Bethany_S
Principiante
1.093 Vistas

God Bless you Namık Zafer E....

 

 

gaston-hillar
Colaborador Valioso I
1.093 Vistas

Namik,

Thank you so much for sharing this configuration tweak!

Responder