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

Change todos shortcut to shift

parent b19538d1
......@@ -31,6 +31,9 @@
$('.global-dropdown-toggle').trigger('click');
});
Mousetrap.bind('shift+t', function() {
return ShortcutsDashboardNavigation.findAndFollowLink('.shortcuts-todos');
});
Mousetrap.bind('shift+a', function() {
return ShortcutsDashboardNavigation.findAndFollowLink('.dashboard-shortcuts-activity');
});
......
......@@ -97,7 +97,12 @@
%tbody.hidden-shortcut.project{ style: 'display:none' }
%tr
%th
%th Global Dashboard
%th Global Shortcuts
%tr
%td.shortcut
.key shift t
%td
Go to todos
%tr
%td.shortcut
.key shift a
......
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