From f1a3e8a8be99a9694f4ca007511e824061301e52 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Sat, 23 Jul 2016 19:37:34 -0500 Subject: Convert shortcuts image into markdown --- doc/workflow/shortcuts.md | 73 ++++++++++++++++++++++++++++++++++++++++++++- doc/workflow/shortcuts.png | Bin 108209 -> 0 bytes 2 files changed, 72 insertions(+), 1 deletion(-) delete mode 100644 doc/workflow/shortcuts.png (limited to 'doc/workflow') diff --git a/doc/workflow/shortcuts.md b/doc/workflow/shortcuts.md index ffcb832cdd7..36516883ef6 100644 --- a/doc/workflow/shortcuts.md +++ b/doc/workflow/shortcuts.md @@ -2,4 +2,75 @@ You can see GitLab's keyboard shortcuts by using 'shift + ?' -![Shortcuts](shortcuts.png) \ No newline at end of file +## Global Shortcuts + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| s | Focus search | +| ? | Show/hide this dialog | +| + shift + p | Toggle markdown preview | +| | Edit last comment (when focused on an empty textarea) | + +## Project Files Browsing + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| | Move selection up | +| | Move selection down | +| enter | Open selection | + +## Finding Project File + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| | Move selection up | +| | Move selection down | +| enter | Open selection | +| esc | Go back | + +## Global Dashboard + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| g + a | Go to the activity feed | +| g + p | Go to projects | +| g + i | Go to issues | +| g + m | Go to merge requests | + +## Project + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| g + p | Go to the project's home page | +| g + e | Go to the project's activity feed | +| g + f | Go to files | +| g + c | Go to commits | +| g + b | Go to builds | +| g + n | Go to network graph | +| g + g | Go to graphs | +| g + i | Go to issues | +| g + m | Go to merge requests | +| g + s | Go to snippets | +| t | Go to finding file | +| i | New issue | + +## Network Graph + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| or h | Scroll left | +| or l | Scroll right | +| or k | Scroll up | +| or j | Scroll down | +| shift + or shift + k | Scroll to top | +| shift + or shift + j | Scroll to bottom | + +## Issues and Merge Requests + +| Keyboard Shortcut | Description | +| ----------------- | ----------- | +| a | Change assignee | +| m | Change milestone | +| r | Reply (quoting selected text) | +| e | Edit issue/merge request | +| l | Change label | \ No newline at end of file diff --git a/doc/workflow/shortcuts.png b/doc/workflow/shortcuts.png deleted file mode 100644 index a9b1c4b4dcc..00000000000 Binary files a/doc/workflow/shortcuts.png and /dev/null differ -- cgit v1.2.1