Software Archive
Read-only legacy content
17061 Discussions

known issue 3900: Mac "Command" key

Bob_Smith__Bethany_S
604 Views

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 Replies
PaulF_IntelCorp
Employee
604 Views

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

0 Kudos
Bob_Smith__Bethany_S
604 Views

Muchas Gracias - ETA on fix, thanks?

0 Kudos
PaulF_IntelCorp
Employee
604 Views

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

0 Kudos
Namık_Zafer_E_
New Contributor I
604 Views

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
    }
}

 

0 Kudos
Bob_Smith__Bethany_S
604 Views

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

 

 

0 Kudos
gaston-hillar
Valued Contributor I
604 Views

Namik,

Thank you so much for sharing this configuration tweak!

0 Kudos
Reply