Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ keypress
Method
keypress
content_scripts/mode_find.js:58–60 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
56
return
InsertMode.suppressEvent(event);
57
},
58
keypress(event) {
59
return
InsertMode.suppressEvent(event);
60
},
61
keyup(event) {
62
return
InsertMode.suppressEvent(event);
63
},
Callers
nothing calls this directly
Calls
1
suppressEvent
Method · 0.80
Tested by
no test coverage detected