mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +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;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get pmodShift() {
|
||||||
|
this.modMap['meta'] = true;
|
||||||
|
this.modMap['shift'] = true;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
get repeat() {
|
get repeat() {
|
||||||
this.modMap['repeat'] = true;
|
this.modMap['repeat'] = true;
|
||||||
return this;
|
return this;
|
||||||
|
Loading…
Reference in New Issue
Block a user