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‘"
},
原文地址:https://www.cnblogs.com/JohnRain/p/10361940.html
时间: 2024-11-11 09:15:23