MCPcopy
hub / github.com/VSCodeVim/Vim / handleKeyEvent

Method handleKeyEvent

src/transformations/execute.ts:37–37  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

35 runMacro(recordedMacro: RecordedState): Promise<void>;
36 handleMultipleKeyEvents(keys: string[]): Promise<void>;
37 handleKeyEvent(key: string): Promise<void>;
38 rerunRecordedState(transformation: Dot): Promise<void>;
39}
40

Callers 15

activateFunction · 0.65
toggleExtensionFunction · 0.65
setupTestWithLinesFunction · 0.65
modeVisual.test.tsFile · 0.65
modeNormal.test.tsFile · 0.65
modeInsert.test.tsFile · 0.65
register.test.tsFile · 0.65
remapper.test.tsFile · 0.65
command.test.tsFile · 0.65

Implementers 1

ModeHandlersrc/mode/modeHandler.ts

Calls

no outgoing calls

Tested by 1

setupTestWithLinesFunction · 0.52