Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect keyboard shortcut listed in template READMEs #354

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion generators/app/templates/ext-colortheme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can author your README using Visual Studio Code. Here are some useful edito

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-command-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Added features X, Y, and Z.

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-command-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Ensure that you've read through the extensions guidelines and follow the best pr

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-command-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Added features X, Y, and Z.

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-extensionpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can author your README using Visual Studio Code. Here are some useful edito

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

## For more information

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-keymap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can author your README using Visual Studio Code. Here are some useful edito

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-language/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Added features X, Y, and Z.

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ext-snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Added features X, Y, and Z.

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets

### For more information

Expand Down