MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getKeys

Function getKeys

src/handlers/quickTools.js:665–673  ·  view source on GitHub ↗
(key = {})

Source from the content-addressed store, hash-verified

663 * @returns {KeyboardEventInit}
664 */
665export function getKeys(key = {}) {
666 return {
667 ...key,
668 shiftKey: state.shift,
669 altKey: state.alt,
670 ctrlKey: state.ctrl,
671 metaKey: state.meta,
672 };
673}
674
675function getActiveTerminalComponent() {
676 const { activeFile } = editorManager;

Callers 2

quickTools.jsFile · 0.85
actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected