From 4c656e01abc0b0c41812434efe6241230d63da9f Mon Sep 17 00:00:00 2001 From: Malo Date: Thu, 12 Dec 2024 17:58:41 +0100 Subject: [PATCH] feat: add keybindings for copy cmd --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index e26d599..93c2348 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,16 @@ "group": "myGroup@1" } ], + "keybindings": [ + { + "command": "copy-json-path.copy", + "key": "cmd+alt+c", + "mac": "cmd+alt+c", + "linux": "ctrl+alt+c", + "windows": "ctrl+alt+c", + "when": "editorTextFocus && (editorLangId == 'json' || editorLangId == 'jsonc')" + } + ], "configuration": { "title": "Copy Json Path", "properties": {