Skip to content

Commit 840da34

Browse files
docs: use keyboard commands for inline chat (#21)
1 parent 4b74c45 commit 840da34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/steps/1-preparing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Great work! Now that we are familiar with the app and we know it works, let's as
8585
8686
> **Note:** This will avoid stopping the existing debug session that is hosting our web application service.
8787
88-
1. Within the new terminal window, `right click` and select `Copilot` then `Terminal Inline Chat`. Alternately, you can use the keyboard shortcut `Ctrl + I` (windows) or `Cmd + I` (mac).
88+
1. Within the new terminal window use the keyboard shortcut `Ctrl + I` (windows) or `Cmd + I` (mac) to bring up **Copilot's Terminal Inline Chat**.
8989
9090
1. Let's ask Copilot to help us remember a command we have forgotten: creating a branch and publishing it
9191

.github/steps/2-first-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ In new project developments, it's often helpful to have some realistic looking f
8484

8585
1. Near the top (about line 23), find the `activities` variable, where our example extracurricular activies are configured.
8686

87-
1. Open Copilot inline chat by right-clicking on any of the related lines and selecting **Copilot** and **Editor Inline Chat**.
87+
1. Click on any of the related lines and bring up Copilot inline chat by using the keyboard command `Ctrl + I` (windows) or `Cmd + I` (mac).
8888

89-
> **Tip:** You can also use the keyboard command `Ctrl + I` (windows) or `Cmd + I` (mac).
89+
> **Tip:** Another way to bring up Copilot inline chat is: `right click` on any of the selected lines -> `Copilot` -> `Editor Inline Chat`.
9090
9191
1. Enter the following prompt text and press enter or the **Send and Dispatch** button.
9292

0 commit comments

Comments
 (0)