更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-10-08 12:00:08 +08:00
parent ef0ce7385c
commit c5ff2bd965
1 changed files with 7 additions and 2 deletions

View File

@ -379,9 +379,14 @@
"key": "cmd+shift+w", "key": "cmd+shift+w",
"command": "workbench.action.quickSwitchWindow" "command": "workbench.action.quickSwitchWindow"
}, },
{ {
"key": "cmd+shift+k", "key": "cmd+shift+k",
"command": "-editor.action.deleteLines", "command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly" "when": "textInputFocus && !editorReadonly"
} },
{
"key": "shift+cmd+;",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
] ]