From a3fc5ac9f739c9b4043159574d875883c8852bc3 Mon Sep 17 00:00:00 2001 From: Brendan Maginnis Date: Tue, 19 Sep 2023 10:32:29 +0100 Subject: [PATCH] fix: Change the Linux `Ask Sourcery` shortcut to `ctrl+shift+y` (#224) Fixes: https://github.com/sourcery-ai/sourcery-vscode/issues/204 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } ]