Change todos shortcut to shift

This commit is contained in:
Annabel Dunstone Gray 2017-03-30 10:46:27 -05:00 committed by Jacob Schatz
parent b19538d197
commit 86f3ae0c91
2 changed files with 9 additions and 1 deletions

View File

@ -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');
});

View File

@ -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