34 lines
807 B
Text
34 lines
807 B
Text
|
[
|
||
|
{
|
||
|
"key": "alt+f",
|
||
|
"command": "workbench.action.toggleMaximizedPanel"
|
||
|
},
|
||
|
{
|
||
|
"key": "f7",
|
||
|
"command": "workbench.view.explorer"
|
||
|
},
|
||
|
{
|
||
|
"key": "f7",
|
||
|
"command": "workbench.action.toggleSidebarVisibility",
|
||
|
"when": "explorerViewletVisible"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+shift+e",
|
||
|
"command": "-workbench.view.explorer"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+shift+k",
|
||
|
"command": "workbench.action.terminal.clear",
|
||
|
"when": "terminalFocus"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+pagedown",
|
||
|
"command": "workbench.action.terminal.focusNext",
|
||
|
"when": "terminalFocus"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+pageup",
|
||
|
"command": "workbench.action.terminal.focusPrevious",
|
||
|
"when": "terminalFocus"
|
||
|
}
|
||
|
]
|