Skip to content
Snippets Groups Projects
Commit cba47179 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Change shortcut to `n`.

parent fac13e61
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,7 @@
}
}
 
Mousetrap.bind('m', function() {
Mousetrap.bind('n', function() {
$('.global-dropdown-menu').addClass('shortcuts')
$('.global-dropdown-toggle').trigger('click');
});
Loading
Loading
Loading
Loading
@@ -17,8 +17,8 @@
%th Global Shortcuts
%tr
%td.shortcut
.key m
%td Main Menu
.key n
%td Main Navigation
%tr
%td.shortcut
.key s
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