MCPcopy Index your code
hub / github.com/DHTMLX/gantt / handleCharBinding

Function handleCharBinding

samples/common/codehighlight/codemirror.js:7195–7197  ·  view source on GitHub ↗
(cm, e, ch)

Source from the content-addressed store, hash-verified

7193
7194 // Handle a key from the keypress event
7195 function handleCharBinding(cm, e, ch) {
7196 return dispatchKey(cm, "'" + ch + "'", e, function (b) { return doHandleBinding(cm, b, true); })
7197 }
7198
7199 var lastStoppedKey = null;
7200 function onKeyDown(e) {

Callers 1

onKeyPressFunction · 0.85

Calls 2

dispatchKeyFunction · 0.85
doHandleBindingFunction · 0.85

Tested by

no test coverage detected