更新 'keybindings_mac.json'
This commit is contained in:
parent
ef0ce7385c
commit
c5ff2bd965
|
@ -379,9 +379,14 @@
|
|||
"key": "cmd+shift+w",
|
||||
"command": "workbench.action.quickSwitchWindow"
|
||||
},
|
||||
{
|
||||
{
|
||||
"key": "cmd+shift+k",
|
||||
"command": "-editor.action.deleteLines",
|
||||
"when": "textInputFocus && !editorReadonly"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+;",
|
||||
"command": "editor.action.formatDocument",
|
||||
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue