summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-07 20:04:08 +0200
committerRémy Coutable <remy@rymai.me>2017-06-09 17:21:39 +0200
commitadd21d409f65fd9ea8cb6b253f876322c2770612 (patch)
tree7c0e7e360ae358db3df24826d37074f309890d71
parente85914532970d61d53f025f3ff0d85891bab2637 (diff)
downloadgitlab-ce-add21d409f65fd9ea8cb6b253f876322c2770612.tar.gz
Add `p b` to the shortcuts documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--app/views/help/_shortcuts.html.haml2
-rw-r--r--doc/workflow/shortcuts.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 42017228908..331d1181220 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -30,7 +30,7 @@
%tr
%td.shortcut
.key p b
- %td Enable the Performance Bar
+ %td Show/hide the Performance Bar
%tr
%td.shortcut
.key ?
diff --git a/doc/workflow/shortcuts.md b/doc/workflow/shortcuts.md
index c5b7488be69..87416008e98 100644
--- a/doc/workflow/shortcuts.md
+++ b/doc/workflow/shortcuts.md
@@ -6,7 +6,10 @@ You can see GitLab's keyboard shortcuts by using 'shift + ?'
| Keyboard Shortcut | Description |
| ----------------- | ----------- |
+| <kbd>n</kbd> | Main navigation |
| <kbd>s</kbd> | Focus search |
+| <kbd>f</kbd> | Focus filter |
+| <kbd>p b</kbd> | Show/hide the Performance Bar |
| <kbd>?</kbd> | Show/hide this dialog |
| <kbd>⌘</kbd> + <kbd>shift</kbd> + <kbd>p</kbd> | Toggle markdown preview |
| <kbd>↑</kbd> | Edit last comment (when focused on an empty textarea) |