Skip to content

Commit 8800e6d

Browse files
author
Giovanni D'Andrea
committed
fix: changed new keybinding for win and mac
1 parent 6b626c3 commit 8800e6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

codeishot_extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"keybindings": [
3535
{
3636
"command": "extension.postSnippet",
37-
"key": "shift+c",
38-
"when": "editorTextFocus",
39-
"mac": "shift+c"
37+
"key": "alt+shift+c",
38+
"mac": "option+shift+c",
39+
"when": "editorTextFocus"
4040
}
4141
]
4242
},

0 commit comments

Comments
 (0)