docs: updated Keyboard Shortcut List
This commit is contained in:
parent
538a5be99f
commit
d3b020cf23
1 changed files with 7 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ frappe.ui.form.Layout = class Layout {
|
|||
}
|
||||
|
||||
this.setup_tab_events();
|
||||
this.setup_tooltip_events();
|
||||
this.frm && this.setup_tooltip_events();
|
||||
this.render();
|
||||
}
|
||||
|
||||
|
|
@ -541,6 +541,12 @@ frappe.ui.form.Layout = class Layout {
|
|||
this.wrapper.removeClass("show-tooltip");
|
||||
}
|
||||
});
|
||||
this.frm.page &&
|
||||
frappe.ui.keys.add_shortcut({
|
||||
shortcut: "alt+hover",
|
||||
page: this.frm.page,
|
||||
description: __("Show Fieldname (click to copy on clipboard)"),
|
||||
});
|
||||
}
|
||||
|
||||
handle_tab(doctype, fieldname, shift) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue