Commit cba47179 authored by Jacob Schatz's avatar Jacob Schatz

Change shortcut to `n`.

parent fac13e61
......@@ -25,7 +25,7 @@
}
}
Mousetrap.bind('m', function() {
Mousetrap.bind('n', function() {
$('.global-dropdown-menu').addClass('shortcuts')
$('.global-dropdown-toggle').trigger('click');
});
......
......@@ -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
......
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