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

Function onKeyUp

tools/pythonauto/static/codemirror/codemirror.js:2153–2157  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2151 }
2152
2153 function onKeyUp(e) {
2154 var cm = this;
2155 if (signalDOMEvent(cm, e) || cm.options.onKeyEvent && cm.options.onKeyEvent(cm, addStop(e))) return;
2156 if (e.keyCode == 16) cm.doc.sel.shift = false;
2157 }
2158
2159 var lastStoppedKey = null;
2160 function onKeyDown(e) {

Callers

nothing calls this directly

Calls 2

signalDOMEventFunction · 0.70
addStopFunction · 0.70

Tested by

no test coverage detected