Skip to content

Commit e18c94e

Browse files
committed
Fix keyboard shortcuts to align to Learn Guidance
1 parent 00c04b4 commit e18c94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/includes/quickstarts/search-get-started-vector-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This quickstart uses `DefaultAzureCredential`, which simplifies authentication i
5959

6060
Finally, choose a new `AZURE_SEARCH_INDEX_NAME` name, or use the one provided in the file.
6161

62-
1. In Visual Studio Code, work in an environment. On the **View** menu, select **Terminal...**, or select Ctrl+`.
62+
1. In Visual Studio Code, work in an environment. On the **View** menu, select **Terminal...**, or select <kbd>Ctrl</kbd>+<kbd>`</kbd>.
6363

6464
1. Run the following commands in the terminal:
6565

@@ -88,7 +88,7 @@ This quickstart uses `DefaultAzureCredential`, which simplifies authentication i
8888
> If this is the first time you have used a Jupyter Notebook (.ipynb) in Visual Studio Code, you will be prompted to install the Jupyter Notebook kernel and possibly other tools. Choose to install the suggested tools to continue with this quickstart.
8989
9090

91-
1. Find the cell below section titled "Install packages and set variables" and select the **Execute Cell (Ctrl+Alt+Enter)** button (which looks like a typical run button) to the left of the cell. Executing the cell loads the environment variables, creates the DefaultAzureCredential, and prints values to the output to confirm that the notebook's dependencies and `.env` are set up correctly.
91+
1. Find the cell below section titled "Install packages and set variables" and select the **Execute Cell (Ctrl + Alt + Enter)** button (which looks like a typical run button) to the left of the cell. Executing the cell loads the environment variables, creates the DefaultAzureCredential, and prints values to the output to confirm that the notebook's dependencies and `.env` are set up correctly.
9292

9393
```python
9494
# Load environment variables from .env file

0 commit comments

Comments
 (0)