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

Function allKeyMaps

tools/pythonauto/static/codemirrorepl/codemirror.js:2960–2965  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2958
2959 // Collect the currently active keymaps.
2960 function allKeyMaps(cm) {
2961 var maps = cm.state.keyMaps.slice(0);
2962 if (cm.options.extraKeys) maps.push(cm.options.extraKeys);
2963 maps.push(cm.options.keyMap);
2964 return maps;
2965 }
2966
2967 var maybeTransition;
2968 // Handle a key from the keydown event.

Callers 2

handleKeyBindingFunction · 0.70
handleCharBindingFunction · 0.70

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected