MCPcopy
hub / github.com/wavetermdev/waveterm / registerElectronReinjectKeyHandler

Function registerElectronReinjectKeyHandler

frontend/app/store/keymodel.ts:480–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478}
479
480function registerElectronReinjectKeyHandler() {
481 getApi().onReinjectKey((event: WaveKeyboardEvent) => {
482 appHandleKeyDown(event);
483 });
484}
485
486function tryReinjectKey(event: WaveKeyboardEvent): boolean {
487 return appHandleKeyDown(event);

Callers 2

initWaveFunction · 0.90
initBuilderFunction · 0.90

Calls 2

getApiFunction · 0.90
appHandleKeyDownFunction · 0.85

Tested by

no test coverage detected