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