fix: remove ctrl + h shortcut
This commit is contained in:
parent
8741ef7fd1
commit
218c06e489
1 changed files with 0 additions and 9 deletions
|
|
@ -216,15 +216,6 @@ frappe.ui.keys.add_shortcut({
|
|||
description: __("Open Awesomebar"),
|
||||
});
|
||||
|
||||
frappe.ui.keys.add_shortcut({
|
||||
shortcut: "ctrl+h",
|
||||
action: function (e) {
|
||||
e.preventDefault();
|
||||
frappe.set_route("/app");
|
||||
},
|
||||
description: __("Navigate Home"),
|
||||
});
|
||||
|
||||
frappe.ui.keys.add_shortcut({
|
||||
shortcut: "alt+s",
|
||||
action: function (e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue