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

Method keyup

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

Source from the content-addressed store, hash-verified

59 return InsertMode.suppressEvent(event);
60 },
61 keyup(event) {
62 return InsertMode.suppressEvent(event);
63 },
64 });
65
66 // If the very-next keydown is Escape, then exit immediately, thereby passing subsequent keys to

Callers

nothing calls this directly

Calls 1

suppressEventMethod · 0.80

Tested by

no test coverage detected