[
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "editorFocus"
},
{
"key": "ctrl+alt+l",
"command": "editor.action.formatSelection",
"when": "editorHasSelection && editorTextFocus"
},
{
"key": "ctrl+alt+l",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorHasSelection"
}
]