N for new snipt

master
Nick Sergeant 2012-06-05 20:55:39 -04:00
parent 9facb8c84d
commit 81c188fc49
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@
}
}
});
$document.bind('keydown', 'n', function() {
$document.bind('keydown', 'Alt+n', function() {
if (!window.ui_halted) {
that.addNewSnipt();
}