[
{
"mac": "meta+l meta+l",
"key": "ctrl+l ctrl+l",
"command": "l13Diff.action.panel.open"
},
{
"mac": "meta+d",
"key": "ctrl+d",
"command": "l13Diff.action.panel.addToFavorites",
"when": "l13DiffFocus"
},
{
"mac": "meta+l meta+f",
"key": "ctrl+l ctrl+f",
"command": "workbench.view.extension.l13Diff"
},
{
"mac": "meta+l meta+o",
"win": "ctrl+l ctrl+o",
"command": "l13Diff.action.output.show",
"when": "l13DiffFocus"
}
]
These shortcut will make builtin shortcut cmd + l doesn't work.

[ { "mac": "meta+l meta+l", "key": "ctrl+l ctrl+l", "command": "l13Diff.action.panel.open" }, { "mac": "meta+d", "key": "ctrl+d", "command": "l13Diff.action.panel.addToFavorites", "when": "l13DiffFocus" }, { "mac": "meta+l meta+f", "key": "ctrl+l ctrl+f", "command": "workbench.view.extension.l13Diff" }, { "mac": "meta+l meta+o", "win": "ctrl+l ctrl+o", "command": "l13Diff.action.output.show", "when": "l13DiffFocus" } ]These shortcut will make builtin shortcut
cmd + ldoesn't work.