diff --git a/src/components/modals.ts b/src/components/modals.ts index 17478ff..aa86114 100644 --- a/src/components/modals.ts +++ b/src/components/modals.ts @@ -70,13 +70,13 @@ abstract class OmnisearchModal extends Modal { if (settings.openInNewPane) { openInCurrentPaneKey = ['Mod'] openInNewPaneKey = [] - createInCurrentPaneKey = ['Ctrl', 'Shift'] + createInCurrentPaneKey = ['Mod', 'Shift'] createInNewPaneKey = ['Shift'] } else { openInCurrentPaneKey = [] openInNewPaneKey = ['Mod'] createInCurrentPaneKey = ['Shift'] - createInNewPaneKey = ['Ctrl', 'Shift'] + createInNewPaneKey = ['Mod', 'Shift'] } // Open in new pane