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:
parent
4637dd5518
commit
ce1831502c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user