diff --git a/package.json b/package.json index 2f445c3a..979020e2 100644 --- a/package.json +++ b/package.json @@ -397,9 +397,8 @@ "keybindings": [ { "command": "sourcery.chat.ask", - "linux": "ctrl+y", + "key": "ctrl+shift+y", "mac": "cmd+y", - "windows": "ctrl+shift+y", "when": "editorTextFocus" } ]