"create in new pane" > using Mod instead of Ctrl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user