Skip to content
Snippets Groups Projects
Commit 86f3ae0c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Jacob Schatz
Browse files

Change todos shortcut to shift

parent b19538d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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');
});
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment