|
[
|
|
{
|
|
"key": "ctrl+tab",
|
|
"command": "workbench.action.nextEditorInGroup"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+tab",
|
|
"command": "workbench.action.previousEditorInGroup"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+b",
|
|
"command": "type",
|
|
"args": {
|
|
"text": "<br/><br/>"
|
|
},
|
|
"when": "editorTextFocus"
|
|
}
|
|
]
|