Commit cba47179 authored by Jacob Schatz's avatar Jacob Schatz

Change shortcut to `n`.

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