diff --git a/src/components/modals.ts b/src/components/modals.ts index e439866..a4ecd41 100644 --- a/src/components/modals.ts +++ b/src/components/modals.ts @@ -119,7 +119,7 @@ abstract class OmnisearchModal extends Modal { }) // Open in background - this.scope.register(['Alt'], 'O', e => { + this.scope.register(['Ctrl'], 'O', e => { if (!isInputComposition()) { // Check if the user is still typing e.preventDefault()