MCPcopy Index your code
hub / github.com/csev/py4e / onKeyUp

Function onKeyUp

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:808–811  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

806 fastPoll();
807 }
808 function onKeyUp(e) {
809 if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
810 if (e_prop(e, "keyCode") == 16) shiftSelecting = null;
811 }
812
813 function onFocus() {
814 if (options.readOnly == "nocursor") return;

Callers

nothing calls this directly

Calls 2

e_propFunction · 0.85
addStopFunction · 0.70

Tested by

no test coverage detected