Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-03-26 17:39:43 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-04-07 01:12:41 +0300
commitfac13e6175ca40d4bea790e49556be1561f5a995 (patch)
tree0dcbca2edb112f688c1f75fe8c4c81168e9fac02
parent71eae2089e702d5c4ef6b0453850c4de1709d448 (diff)
Add changelog
-rw-r--r--app/views/help/_shortcuts.html.haml4
-rw-r--r--changelogs/unreleased/menu-shortcut.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 8e6da3fad90..5f101af7ab6 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -17,6 +17,10 @@
%th Global Shortcuts
%tr
%td.shortcut
+ .key m
+ %td Main Menu
+ %tr
+ %td.shortcut
.key s
%td Focus Search
%tr
diff --git a/changelogs/unreleased/menu-shortcut.yml b/changelogs/unreleased/menu-shortcut.yml
new file mode 100644
index 00000000000..51fdabb9ade
--- /dev/null
+++ b/changelogs/unreleased/menu-shortcut.yml
@@ -0,0 +1,4 @@
+---
+title: Add keyboard shortcuts to main menu
+merge_request:
+author: Jacob Schatz