更新 'keybindings_mac.json'
This commit is contained in:
parent
ef0ce7385c
commit
c5ff2bd965
|
@ -383,5 +383,10 @@
|
||||||
"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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue