Skip to content

Commit

Permalink
feat: add keybindings for copy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloPolese committed Dec 12, 2024
1 parent 813870d commit 4c656e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4c656e0

Please sign in to comment.