From d71aa619e69a720e77deba5f44dee588f28413c4 Mon Sep 17 00:00:00 2001 From: liorbp Date: Thu, 2 Mar 2023 16:33:14 +0200 Subject: [PATCH 1/3] Update configuring-github-copilot-in-visual-studio.md Default shortcuts for VS are wrong --- .../configuring-github-copilot-in-visual-studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md index ec2a777e2b86..421a28538592 100644 --- a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md +++ b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md @@ -23,8 +23,8 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname | Action | Shortcut | Command name | |:---|:---|:---| -|Show next inline suggestion|Ctrl+Alt+]|Tools.Nextsuggestion| -|Show previous inline suggestion|Ctrl+Alt+[|Tools.Previoussuggestion| +|Show next inline suggestion|Alt,]|Tools.Nextsuggestion| +|Show previous inline suggestion|Alt+.|Tools.Previoussuggestion| |Trigger inline suggestion|Ctrl+Alt+\|Edit.Copilot.TriggerInlineSuggestion| ## Rebinding keyboard shortcuts From 1286e1d4da87eb4183089cd375ba8db045915a9a Mon Sep 17 00:00:00 2001 From: liorbp Date: Thu, 2 Mar 2023 16:37:39 +0200 Subject: [PATCH 2/3] Update configuring-github-copilot-in-visual-studio.md --- .../configuring-github-copilot-in-visual-studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md index 421a28538592..d53a17bd44a7 100644 --- a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md +++ b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md @@ -23,8 +23,8 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname | Action | Shortcut | Command name | |:---|:---|:---| -|Show next inline suggestion|Alt,]|Tools.Nextsuggestion| -|Show previous inline suggestion|Alt+.|Tools.Previoussuggestion| +|Show next inline suggestion|Alt.]|Tools.Nextsuggestion| +|Show previous inline suggestion|Alt+,|Tools.Previoussuggestion| |Trigger inline suggestion|Ctrl+Alt+\|Edit.Copilot.TriggerInlineSuggestion| ## Rebinding keyboard shortcuts From 8ea51e850fbf8e9204ffb33337d4d5acaa1a25c6 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 3 Mar 2023 11:09:52 +0000 Subject: [PATCH 3/3] Slight change. Should be Alt + . --- .../configuring-github-copilot-in-visual-studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md index d53a17bd44a7..9a0cf2484a73 100644 --- a/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md +++ b/content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio.md @@ -23,7 +23,7 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname | Action | Shortcut | Command name | |:---|:---|:---| -|Show next inline suggestion|Alt.]|Tools.Nextsuggestion| +|Show next inline suggestion|Alt+.|Tools.Nextsuggestion| |Show previous inline suggestion|Alt+,|Tools.Previoussuggestion| |Trigger inline suggestion|Ctrl+Alt+\|Edit.Copilot.TriggerInlineSuggestion|