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

Function handleCharBinding

static/editor.md/lib/codemirror/lib/codemirror.js:3993–3996  ·  view source on GitHub ↗
(cm, e, ch)

Source from the content-addressed store, hash-verified

3991
3992 // Handle a key from the keypress event
3993 function handleCharBinding(cm, e, ch) {
3994 return dispatchKey(cm, "'" + ch + "'", e,
3995 function(b) { return doHandleBinding(cm, b, true); });
3996 }
3997
3998 var lastStoppedKey = null;
3999 function onKeyDown(e) {

Callers 1

onKeyPressFunction · 0.70

Calls 2

dispatchKeyFunction · 0.70
doHandleBindingFunction · 0.70

Tested by

no test coverage detected