-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
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
richardwo and jcgoodru