Skip to content

Keybinds not working #13

@DaveTacker

Description

@DaveTacker

Using

Release 1.9 experimental build 1.9.0-17312 (release 189f6d39a) 
build timestamp: Tue Mar 21 2017 09:36:10 GMT+0000

The keybinds for this extension are no longer working. I corrected the CTRL+SHIFT+L keybind by going to Debug > Open User Key Map and modifying keymap.json to:

{
    "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
    "overrides": {
        "CTRL-Shift-L":     "lkcampbell.loremIpsum"
    }
}

The error in the Brackets Debug Console is:

Cannot assign Ctrl-Shift-L to lkcampbell.loremIpsum. It is already assigned to edit.splitSelIntoLines

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions