diff --git a/package.json b/package.json index b8c210a..30fba58 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "when": "editorTextFocus" }, { - "mac": "alt+cmd+/", + "mac": "cmd+alt+/", "win": "ctrl+shift+/", "linux": "ctrl+shift+/", "key": "ctrl+shift+/", @@ -436,7 +436,7 @@ "key": "ctrl+k ctrl+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" - }, + }, { "mac": "cmd+k a", "key": "ctrl+k a", @@ -484,7 +484,15 @@ "linux": "ctrl+p", "key": "ctrl+p", "command": "workbench.action.quickOpenPreviousEditor" - } + }, + { + "mac": "cmd+k cmd+k", + "win": "ctrl+k ctrl+k", + "linux": "ctrl+k ctrl+k", + "command": "deleteAllRight", + "key": "ctrl+k ctrl+k", + "when": "editorTextFocus && !editorReadonly" + } ], "configuration": { "type": "object",