Commit 1b2fbb0f authored by Amy Qualls's avatar Amy Qualls

Add mentions of the new . shortcut

Build a few more cross-references for the new Web IDE shortcut
in the docs.
parent 2ad4db78
...@@ -83,9 +83,11 @@ can assign, categorize, and track progress on a merge request: ...@@ -83,9 +83,11 @@ can assign, categorize, and track progress on a merge request:
## Add changes to a merge request ## Add changes to a merge request
If you have permission to add changes to a merge request, you can add your changes If you have permission to add changes to a merge request, you can add your changes
to an existing merge request in several ways, depending on the complexity of your change and whether you need access to a development environment: to an existing merge request in several ways, depending on the complexity of your
change and whether you need access to a development environment:
- [Edit changes in the Web IDE](../web_ide/index.md) in your browser. Use this - [Edit changes in the Web IDE](../web_ide/index.md) in your browser with the
<kbd>.</kbd> [keyboard shortcut](../../shortcuts.md). Use this
browser-based method to edit multiple files, or if you are not comfortable with Git commands. browser-based method to edit multiple files, or if you are not comfortable with Git commands.
You cannot run tests from the Web IDE. You cannot run tests from the Web IDE.
- [Edit changes in Gitpod](../../../integration/gitpod.md#launch-gitpod-in-gitlab), if you - [Edit changes in Gitpod](../../../integration/gitpod.md#launch-gitpod-in-gitlab), if you
......
...@@ -15,7 +15,8 @@ projects by providing an advanced editor with commit staging. ...@@ -15,7 +15,8 @@ projects by providing an advanced editor with commit staging.
## Open the Web IDE ## Open the Web IDE
You can open the Web IDE when viewing a file, from the repository file list, Use the <kbd>.</kbd> [keyboard shortcut](../../shortcuts.md) to open the Web IDE.
You can also open the Web IDE when viewing a file, from the repository file list,
and from merge requests: and from merge requests:
- *When viewing a file, or the repository file list* - - *When viewing a file, or the repository file list* -
......
...@@ -43,6 +43,7 @@ These shortcuts are available in most areas of GitLab: ...@@ -43,6 +43,7 @@ These shortcuts are available in most areas of GitLab:
| <kbd>Shift</kbd> + <kbd>t</kbd> | Go to your To-Do List page. | | <kbd>Shift</kbd> + <kbd>t</kbd> | Go to your To-Do List page. |
| <kbd>p</kbd> + <kbd>b</kbd> | Show or hide the Performance Bar. | | <kbd>p</kbd> + <kbd>b</kbd> | Show or hide the Performance Bar. |
| <kbd>g</kbd> + <kbd>x</kbd> | Toggle between [GitLab](https://gitlab.com/) and [GitLab Next](https://next.gitlab.com/) (GitLab SaaS only). | | <kbd>g</kbd> + <kbd>x</kbd> | Toggle between [GitLab](https://gitlab.com/) and [GitLab Next](https://next.gitlab.com/) (GitLab SaaS only). |
| <kbd>.</kbd> | Open the [Web IDE](project/web_ide/index.md). |
Additionally, the following shortcuts are available when editing text in text Additionally, the following shortcuts are available when editing text in text
fields (for example, comments, replies, issue descriptions, and merge request fields (for example, comments, replies, issue descriptions, and merge request
...@@ -101,6 +102,7 @@ These shortcuts are available when viewing issues and [merge requests](project/m ...@@ -101,6 +102,7 @@ These shortcuts are available when viewing issues and [merge requests](project/m
| <kbd>]</kbd> or <kbd>j</kbd> | Move to next file (merge requests only). | | <kbd>]</kbd> or <kbd>j</kbd> | Move to next file (merge requests only). |
| <kbd>[</kbd> or <kbd>k</kbd> | Move to previous file (merge requests only). | | <kbd>[</kbd> or <kbd>k</kbd> | Move to previous file (merge requests only). |
| <kbd>b</kbd> | Copy source branch name (merge requests only). | | <kbd>b</kbd> | Copy source branch name (merge requests only). |
| <kbd>.</kbd> | Open the [Web IDE](project/web_ide/index.md). |
### Project files ### Project files
...@@ -114,6 +116,7 @@ These shortcuts are available when browsing the files in a project (go to ...@@ -114,6 +116,7 @@ These shortcuts are available when browsing the files in a project (go to
| <kbd>enter</kbd> | Open selection. | | <kbd>enter</kbd> | Open selection. |
| <kbd>Escape</kbd> | Go back to file list screen (only while searching for files, **Repository > Files**, then select **Find File**). | | <kbd>Escape</kbd> | Go back to file list screen (only while searching for files, **Repository > Files**, then select **Find File**). |
| <kbd>y</kbd> | Go to file permalink (only while viewing a file). | | <kbd>y</kbd> | Go to file permalink (only while viewing a file). |
| <kbd>.</kbd> | Open the [Web IDE](project/web_ide/index.md). |
### Web IDE ### Web IDE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment