mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
updated shortcuts
This commit is contained in:
@@ -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;
|
||||
});
|
||||
Reference in New Issue
Block a user