Update list_view.js

This commit is contained in:
hyaray 2023-11-09 13:58:40 +08:00 committed by GitHub
parent 731e5175e7
commit 22a00fd126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1673,7 +1673,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
}
},
standard: true,
shortcut: "Ctrl+J",
shortcut: "Ctrl+Y",
});
}