2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

feat: added Cmd+Shift shortcut

This commit is contained in:
AbleKSaju 2024-12-03 14:45:18 +05:30
parent 4637dd5518
commit ce1831502c

View File

@ -224,6 +224,12 @@ export class Shortcuts {
return this;
}
get pmodShift() {
this.modMap['meta'] = true;
this.modMap['shift'] = true;
return this;
}
get repeat() {
this.modMap['repeat'] = true;
return this;