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