vscode 快捷鍵配置
阿新 • • 發佈:2019-02-11
ctrl gles work == ane shortcuts image vscode workbench
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 快捷鍵配置