MCPcopy Create free account
hub / github.com/TruthHun/BookStack / handleCharBinding

Function handleCharBinding

static/mergely/lib/codemirror.js:4157–4160  ·  view source on GitHub ↗
(cm, e, ch)

Source from the content-addressed store, hash-verified

4155
4156 // Handle a key from the keypress event
4157 function handleCharBinding(cm, e, ch) {
4158 return dispatchKey(cm, "'" + ch + "'", e,
4159 function(b) { return doHandleBinding(cm, b, true); });
4160 }
4161
4162 var lastStoppedKey = null;
4163 function onKeyDown(e) {

Callers 1

onKeyPressFunction · 0.70

Calls 2

dispatchKeyFunction · 0.70
doHandleBindingFunction · 0.70

Tested by

no test coverage detected