chore: typo in comment on keyboard.js (#17742)
This commit is contained in:
parent
5385276547
commit
2101a2d576
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ frappe.ui.keys.get_key = function (e) {
|
|||
key = "ctrl+" + key;
|
||||
}
|
||||
if (e.shiftKey) {
|
||||
// add ctrl+ the key
|
||||
// add shift+ the key
|
||||
key = "shift+" + key;
|
||||
}
|
||||
if (e.altKey) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue