chore: typo in comment on keyboard.js (#17742)

This commit is contained in:
Ernesto Ruiz 2022-08-06 01:36:42 -06:00 committed by GitHub
parent 5385276547
commit 2101a2d576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {