Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Update gettingstarted.md - Remove Alt button option for Mac #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/visualstudiocode/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ As the developer you are always in charge; you can select which suggestion to us
2. GitHub Copilot will again show you a suggested completion.

3. Instead of pressing `Tab`:
* On macOS, press `Option (⌥) or Alt`+`]` (or `Option (⌥) or Alt`+`[`).
* On Windows or Linux, press `Alt`+`]` (or `Alt`+`[`).
* On macOS, press `Option (⌥) `+`]` or `Option (⌥) `+`[`.
* On Windows or Linux, press `Alt`+`]` or `Alt`+`[`.

GitHub Copilot will cycle through other alternative suggestions.

Expand Down