Software Archive
Read-only legacy content
17061 Discussions

[RESOLVED] Cmd key bug in OS X when using the Develop tab

Carlos_M_2
Beginner
324 Views

This issue has been resolved in 3977.

---- original post ----

Hi,

The Cmd key bug in OS X is back in 3972 version...

Bracket bug?  Any fix?

Thanks

Carlos Mendes

 

 

 

0 Kudos
3 Replies
Carlos_M_2
Beginner
324 Views

Hi,

The Cmd key bug in OS X is back in 3972 version... 

Bracket bug?  Any fix?

Thanks

Carlos Mendes

0 Kudos
Namık_Zafer_E_
New Contributor I
324 Views

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
PaulF_IntelCorp
Employee
324 Views

Thanks for that workaround, Namik.

0 Kudos
Reply