MCPcopy Create free account
hub / github.com/breck7/scroll / getKeyMap

Function getKeyMap

external/.scrollLibs.js:9296–9298  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

9294 }
9295
9296 function getKeyMap(val) {
9297 return typeof val == "string" ? keyMap[val] : val
9298 }
9299
9300 // Helper for deleting text near the selection(s), used to implement
9301 // 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