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

Method _keyUp

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

Source from the content-addressed store, hash-verified

718 return "keypress" === t3.type ? i3 : i3 && (!t3.keyCode || t3.keyCode > 47);
719 }
720 _keyUp(e3) {
721 this._keyDownSeen = false, this._customKeyEventHandler && false === this._customKeyEventHandler(e3) || ((function(e4) {
722 return 16 === e4.keyCode || 17 === e4.keyCode || 18 === e4.keyCode;
723 })(e3) || this.focus(), this.updateCursorStyle(e3), this._keyPressHandled = false);
724 }
725 _keyPress(e3) {
726 let t3;
727 if (this._keyPressHandled = false, this._keyDownHandled) return false;

Callers 1

_bindKeysMethod · 0.95

Calls 2

focusMethod · 0.95
updateCursorStyleMethod · 0.95

Tested by

no test coverage detected