MCPcopy
hub / github.com/nwutils/nw-sample-apps / onKeyUp

Function onKeyUp

mini-code-edit/cm/lib/codemirror.js:608–611  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

606 fastPoll();
607 }
608 function onKeyUp(e) {
609 if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
610 if (e_prop(e, "keyCode") == 16) shiftSelecting = null;
611 }
612
613 function onFocus() {
614 if (options.readOnly == "nocursor") return;

Callers

nothing calls this directly

Calls 2

addStopFunction · 0.85
e_propFunction · 0.85

Tested by

no test coverage detected