Commit b19538d1 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Jacob Schatz

Change shortcuts

parent e220eecb
...@@ -25,7 +25,7 @@ require('./shortcuts'); ...@@ -25,7 +25,7 @@ require('./shortcuts');
Mousetrap.bind('g c', function() { Mousetrap.bind('g c', function() {
return ShortcutsNavigation.findAndFollowLink('.shortcuts-commits'); return ShortcutsNavigation.findAndFollowLink('.shortcuts-commits');
}); });
Mousetrap.bind('g b', function() { Mousetrap.bind('g j', function() {
return ShortcutsNavigation.findAndFollowLink('.shortcuts-builds'); return ShortcutsNavigation.findAndFollowLink('.shortcuts-builds');
}); });
Mousetrap.bind('g n', function() { Mousetrap.bind('g n', function() {
...@@ -37,7 +37,7 @@ require('./shortcuts'); ...@@ -37,7 +37,7 @@ require('./shortcuts');
Mousetrap.bind('g i', function() { Mousetrap.bind('g i', function() {
return ShortcutsNavigation.findAndFollowLink('.shortcuts-issues'); return ShortcutsNavigation.findAndFollowLink('.shortcuts-issues');
}); });
Mousetrap.bind('g l', function() { Mousetrap.bind('g b', function() {
ShortcutsNavigation.findAndFollowLink('.shortcuts-issue-boards'); ShortcutsNavigation.findAndFollowLink('.shortcuts-issue-boards');
}); });
Mousetrap.bind('g m', function() { Mousetrap.bind('g m', function() {
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
= nav_link(controller: [:groups, 'groups/milestones', 'groups/group_members']) do = nav_link(controller: [:groups, 'groups/milestones', 'groups/group_members']) do
= link_to dashboard_groups_path, class: 'dashboard-shortcuts-groups', title: 'Groups' do = link_to dashboard_groups_path, class: 'dashboard-shortcuts-groups', title: 'Groups' do
.shortcut-mappings .shortcut-mappings
.key shift l .key shift g
%span %span
Groups Groups
= nav_link(controller: 'dashboard/milestones') do = nav_link(controller: 'dashboard/milestones') do
= link_to dashboard_milestones_path, class: 'dashboard-shortcuts-milestones', title: 'Milestones' do = link_to dashboard_milestones_path, class: 'dashboard-shortcuts-milestones', title: 'Milestones' do
.shortcut-mappings .shortcut-mappings
.key shift w .key shift l
%span %span
Milestones Milestones
= nav_link(path: 'dashboard#issues') do = nav_link(path: 'dashboard#issues') do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment