mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 17:09:59 +00:00
parent
85d0b47511
commit
a24c1c489b
@ -148,7 +148,14 @@ export class XTermFrontend extends Frontend {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
if (event.type === 'keydown' && event.key === '/' && event.ctrlKey) {
|
||||
this.input.next(Buffer.from('\u001f', 'binary'))
|
||||
return false
|
||||
}
|
||||
|
||||
this.hotkeysService.pushKeyEvent(name, event)
|
||||
|
||||
let ret = true
|
||||
if (this.hotkeysService.matchActiveHotkey(true) !== null) {
|
||||
event.stopPropagation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user