#380 - Replaced alt+o with ctrl+o for "open in background"
This commit is contained in:
@@ -119,7 +119,7 @@ abstract class OmnisearchModal extends Modal {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Open in background
|
// Open in background
|
||||||
this.scope.register(['Alt'], 'O', e => {
|
this.scope.register(['Ctrl'], 'O', e => {
|
||||||
if (!isInputComposition()) {
|
if (!isInputComposition()) {
|
||||||
// Check if the user is still typing
|
// Check if the user is still typing
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user