fix: keep old aweomsbar shortcut
This commit is contained in:
parent
3de2ec5bd0
commit
1209487274
1 changed files with 10 additions and 0 deletions
|
|
@ -217,6 +217,16 @@ frappe.ui.keys.add_shortcut({
|
|||
description: __("Open Awesomebar"),
|
||||
});
|
||||
|
||||
frappe.ui.keys.add_shortcut({
|
||||
shortcut: "ctrl+g",
|
||||
action: function (e) {
|
||||
$("#navbar-search").focus();
|
||||
e.preventDefault();
|
||||
return false;
|
||||
},
|
||||
description: __("Open Awesomebar"),
|
||||
});
|
||||
|
||||
frappe.ui.keys.add_shortcut({
|
||||
shortcut: "alt+s",
|
||||
action: function (e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue