Merge pull request #34715 from rehanrehman389/new-tab-help
fix: add ctrl+enter shortcut info to awesome bar help
This commit is contained in:
commit
ac2bb9fe9b
1 changed files with 5 additions and 0 deletions
|
|
@ -238,6 +238,11 @@ frappe.search.AwesomeBar = class AwesomeBar {
|
|||
__("module name...") +
|
||||
"</td></tr>\
|
||||
<tr><td>" +
|
||||
__("Open in new tab") +
|
||||
"</td><td>" +
|
||||
(frappe.utils.is_mac() ? "⌘ + Enter" : "Ctrl + Enter") +
|
||||
"</td></tr>\
|
||||
<tr><td>" +
|
||||
__("Calculate") +
|
||||
"</td><td>" +
|
||||
__("e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...") +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue