MCPcopy Index your code
hub / github.com/csev/py4e / allKeyMaps

Function allKeyMaps

tools/pythonauto/static/codemirror/codemirror.js:2097–2102  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2095 }
2096
2097 function allKeyMaps(cm) {
2098 var maps = cm.state.keyMaps.slice(0);
2099 if (cm.options.extraKeys) maps.push(cm.options.extraKeys);
2100 maps.push(cm.options.keyMap);
2101 return maps;
2102 }
2103
2104 var maybeTransition;
2105 function handleKeyBinding(cm, e) {

Callers 2

handleKeyBindingFunction · 0.70
handleCharBindingFunction · 0.70

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected