diff --git a/docs/visualstudiocode/gettingstarted.md b/docs/visualstudiocode/gettingstarted.md index 1c83296..289fbef 100644 --- a/docs/visualstudiocode/gettingstarted.md +++ b/docs/visualstudiocode/gettingstarted.md @@ -71,7 +71,7 @@ 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 `Option`+`[`). + * On macOS, press `Option (⌥) or Alt`+`]` (or `Option (⌥) or Alt`+`[`). * On Windows or Linux, press `Alt`+`]` (or `Alt`+`[`). GitHub Copilot will cycle through other alternative suggestions. @@ -167,11 +167,11 @@ Copilot. If you wish to rebind them, check out [the configuration guide](configu * Dismiss an inline suggestion: `Esc`. -* Show next inline suggestion: `Alt + ]` or `Option + ]`. +* Show next inline suggestion: `Alt + ]` or `Option (⌥) + ]`. -* Show previous inline suggestion: `Alt + [` or `Option + [`. +* Show previous inline suggestion: `Alt + [` or `Option (⌥) + [`. -* Trigger inline suggestion: `Alt + \` or `Option + \`. +* Trigger inline suggestion: `Alt + \` or `Option (⌥) + \`. * Open Copilot (10 suggestions in separate pane): `Ctrl + Enter`.