I am using the following plugin : Link
I believe this is the most used one from the JQuery community:
I am having problem trying to make ctrl+N work, see the code below:
$(document).bind('keydown', 'ctrl+N', function () {
alert("");
return false;
});
when I run it on chrome it opens a new window which is the common shortcut from the browser