MCPcopy
hub / github.com/witheve/Eve / handleCharBinding

Function handleCharBinding

src/codemirror.js:4180–4183  ·  view source on GitHub ↗
(cm, e, ch)

Source from the content-addressed store, hash-verified

4178
4179 // Handle a key from the keypress event
4180 function handleCharBinding(cm, e, ch) {
4181 return dispatchKey(cm, "'" + ch + "'", e,
4182 function(b) { return doHandleBinding(cm, b, true); });
4183 }
4184
4185 var lastStoppedKey = null;
4186 function onKeyDown(e) {

Callers 1

onKeyPressFunction · 0.85

Calls 2

dispatchKeyFunction · 0.85
doHandleBindingFunction · 0.85

Tested by

no test coverage detected