MCPcopy
hub / github.com/DHTMLX/gantt / getKeyMap

Function getKeyMap

samples/common/codehighlight/codemirror.js:6803–6805  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

6801 }
6802
6803 function getKeyMap(val) {
6804 return typeof val == "string" ? keyMap[val] : val
6805 }
6806
6807 // Helper for deleting text near the selection(s), used to implement
6808 // backspace, delete, and similar functionality.

Callers 3

lookupKeyFunction · 0.85
defineOptionsFunction · 0.85
addEditorMethodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected