MCPcopy
hub / github.com/codeaashu/claude-code / attachCustomKeyEventHandler

Method attachCustomKeyEventHandler

src/server/web/public/terminal.js:653–655  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

651 (0, s2.paste)(e3, this.textarea, this.coreService, this.optionsService);
652 }
653 attachCustomKeyEventHandler(e3) {
654 this._customKeyEventHandler = e3;
655 }
656 attachCustomWheelEventHandler(e3) {
657 this._customWheelEventHandler = e3;
658 }

Callers 3

initTerminalFunction · 0.45
initTerminalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected