Fixed ctrl+h for cyrillic
This commit is contained in:
@@ -109,8 +109,7 @@ abstract class OmnisearchModal extends Modal {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Context
|
// Context
|
||||||
this.scope.register(['Ctrl'], 'h', e => {
|
this.scope.register(['Ctrl'], 'H', e => {
|
||||||
e.preventDefault()
|
|
||||||
eventBus.emit(EventNames.ToggleExcerpts)
|
eventBus.emit(EventNames.ToggleExcerpts)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user