MCPcopy Index your code
hub / github.com/philc/vimium / replayKeydownEvents

Method replayKeydownEvents

content_scripts/mode.js:322–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 replayKeydownEvents() {
323 return this.keydownEvents.map((event) => handlerStack.bubbleEvent("keydown", event));
324 }
325}
326
327Object.assign(globalThis, { Mode, SuppressAllKeyboardEvents, CacheAllKeydownEvents });

Callers 1

activateModeFunction · 0.80

Calls 1

bubbleEventMethod · 0.80

Tested by

no test coverage detected