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

Method handleMultipleKeyEvents

src/transformations/execute.ts:36–36  ·  view source on GitHub ↗
(keys: string[])

Source from the content-addressed store, hash-verified

34 updateView(args?: { drawSelection: boolean; revealRange: boolean }): void;
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}

Callers 15

activateFunction · 0.65
testItFunction · 0.65
testItWithRemapsFunction · 0.65
marks.test.tsFile · 0.65
setupTestWithLinesFunction · 0.65
insertLine.test.tsFile · 0.65
modeVisual.test.tsFile · 0.65
modeInsert.test.tsFile · 0.65
register.test.tsFile · 0.65

Implementers 1

ModeHandlersrc/mode/modeHandler.ts

Calls

no outgoing calls

Tested by 3

setupTestWithLinesFunction · 0.52
gnSelectsCurrentWordFunction · 0.52
typeHelloWorldFunction · 0.52