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 | | ----------------- | ----------- | +| n | Main navigation | | s | Focus search | +| f | Focus filter | +| p b | Show/hide the Performance Bar | | ? | Show/hide this dialog | | + shift + p | Toggle markdown preview | | | Edit last comment (when focused on an empty textarea) |