diff options
author | Thomas Pathier <tpxp@live.fr> | 2018-11-14 23:01:41 +0800 |
---|---|---|
committer | Thomas Pathier <tpxp@live.fr> | 2018-11-14 23:01:41 +0800 |
commit | de2bef102bcbb3522df3edc38d2cc92e13b1f866 (patch) | |
tree | e505d07c24eaea303a46733e08a3d28280783762 | |
parent | 078fab665bee3cf283053fe03193b6a73ff7d427 (diff) | |
download | gitlab-ce-de2bef102bcbb3522df3edc38d2cc92e13b1f866.tar.gz |
Shortcuts documentation: Add the PC equivalent of the Mac's "Cmd" key in the WebIDE section
This makes it consistent with the "Global" section of the file
Signed-off-by: Thomas Pathier <tpxp@live.fr>
-rw-r--r-- | doc/workflow/shortcuts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/shortcuts.md b/doc/workflow/shortcuts.md index b2f1cbec204..7863dd8c242 100644 --- a/doc/workflow/shortcuts.md +++ b/doc/workflow/shortcuts.md @@ -93,4 +93,4 @@ You can see GitLab's keyboard shortcuts by using 'shift + ?' | Keyboard Shortcut | Description | | ----------------- | ----------- | -| <kbd>⌘</kbd> + <kbd>p</kbd> | Go to file | +| <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>p</kbd> | Go to file | |