diff --git a/doc/workflow/README.md b/doc/workflow/README.md index b90a6a50af..0fca68f364 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -13,4 +13,5 @@ - [Project importing from GitLab.com to your private GitLab instance](import_projects_from_gitlab_com.md) - [Protected branches](protected_branches.md) - [Change your time zone](timezone.md) +- [Keyboard shortcuts](shortcuts.md) - [Web Editor](web_editor.md) \ No newline at end of file diff --git a/doc/workflow/shortcuts.md b/doc/workflow/shortcuts.md new file mode 100644 index 0000000000..ffcb832cdd --- /dev/null +++ b/doc/workflow/shortcuts.md @@ -0,0 +1,5 @@ +# GitLab keyboard shortcuts + +You can see GitLab's keyboard shortcuts by using 'shift + ?' + +![Shortcuts](shortcuts.png) \ No newline at end of file diff --git a/doc/workflow/shortcuts.png b/doc/workflow/shortcuts.png new file mode 100644 index 0000000000..68756ed1f9 Binary files /dev/null and b/doc/workflow/shortcuts.png differ