diff --git a/src/utils/shortcuts.ts b/src/utils/shortcuts.ts index 7a11034f..67e960cb 100644 --- a/src/utils/shortcuts.ts +++ b/src/utils/shortcuts.ts @@ -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;