Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ suppressEvent
Method
suppressEvent
content_scripts/mode_insert.js:94–96 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
92
}
93
94
static suppressEvent(event) {
95
return
this.suppressedEvent = event;
96
}
97
}
98
99
// This allows PostFindMode to suppress the permanently-installed InsertMode instance.
Callers
7
onKeyEvent
Function · 0.80
keyup
Function · 0.80
dom_utils.js
File · 0.80
bubbleEvent
Method · 0.80
keydown
Method · 0.80
keypress
Method · 0.80
keyup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected