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

Method keydown

content_scripts/mode_find.js:55–57  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

53 exitOnClick: true,
54 // Always truthy, so always continues bubbling.
55 keydown(event) {
56 return InsertMode.suppressEvent(event);
57 },
58 keypress(event) {
59 return InsertMode.suppressEvent(event);
60 },

Callers

nothing calls this directly

Calls 1

suppressEventMethod · 0.80

Tested by

no test coverage detected