updated shortcuts

This commit is contained in:
Rushabh Mehta
2012-09-28 12:33:42 +05:30
parent cebb02753c
commit 534a7a92fe
2 changed files with 62 additions and 26 deletions

View File

@@ -205,9 +205,4 @@ Mousetrap.bind(["command+s", "ctrl+s"], function() {
if(cur_frm)
cur_frm.save();
return false;
});
Mousetrap.bind(["command+n", "ctrl+n"], function() {
wn.ui.toolbar.new_dialog.show();
return false;
});