#380 - Replaced alt+o with ctrl+o for "open in background"

This commit is contained in:
Simon Cambier
2024-06-27 20:33:49 +02:00
parent 074a96fcff
commit 85a23d8352

View File

@@ -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()