vscode 快捷键配置
Posted johnrain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode 快捷键配置相关的知识,希望对你有一定的参考价值。
files
--> Preferences
--> Keyboard Shortcuts
{
"key": "ctrl+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+b",
"command": "python.execInTerminal"
},
{
"key": "escape",
"command": "workbench.action.closePanel",
"when": "activePanel"
},
{
"key": "escape",
"command": "workbench.action.terminal.toggleTerminal",
"when": "panelFocus && activePanel == ‘workbench.panel.terminal‘"
},
以上是关于vscode 快捷键配置的主要内容,如果未能解决你的问题,请参考以下文章