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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-30 18:14:56 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-04-07 01:14:42 +0300
commite220eecb57ced25b12fcdad10fcaf0ec5f86cce1 (patch)
treea76b1a67a95988fd8e59a08f9c8d81a06a4b6294 /app/views/help
parent610ea22ea770821fac04f3d757f98091a85512c7 (diff)
Switch global shortcuts to shift; reuse key styles from help menu
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_shortcuts.html.haml39
1 files changed, 25 insertions, 14 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 127db1d26e7..a20d3e3a235 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -100,34 +100,39 @@
%th Global Dashboard
%tr
%td.shortcut
- .key g
- .key a
+ .key shift a
%td
Go to the activity feed
%tr
%td.shortcut
- .key g
- .key p
+ .key shift p
%td
Go to projects
%tr
%td.shortcut
- .key g
- .key i
+ .key shift i
%td
Go to issues
%tr
%td.shortcut
- .key g
- .key m
+ .key shift m
%td
Go to merge requests
%tr
%td.shortcut
- .key g
- .key t
+ .key shift g
+ %td
+ Go to groups
+ %tr
+ %td.shortcut
+ .key shift l
%td
- Go to todos
+ Go to milestones
+ %tr
+ %td.shortcut
+ .key shift s
+ %td
+ Go to snippets
%tbody
%tr
%th
@@ -159,7 +164,7 @@
%tr
%td.shortcut
.key g
- .key b
+ .key j
%td
Go to jobs
%tr
@@ -171,7 +176,7 @@
%tr
%td.shortcut
.key g
- .key g
+ .key d
%td
Go to repository charts
%tr
@@ -183,7 +188,7 @@
%tr
%td.shortcut
.key g
- .key l
+ .key b
%td
Go to issue boards
%tr
@@ -200,6 +205,12 @@
Go to snippets
%tr
%td.shortcut
+ .key g
+ .key w
+ %td
+ Go to wiki
+ %tr
+ %td.shortcut
.key t
%td Go to finding file
%tr