Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ setPassKeys
Method
setPassKeys
content_scripts/mode_key_handler.js:19–22 ·
view source on GitHub ↗
(passKeys)
Source
from the content-addressed store, hash-verified
17
this.reset();
18
}
19
setPassKeys(passKeys) {
20
this.passKeys = passKeys;
21
this.reset();
22
}
23
24
// Only for tests.
25
setCommandHandler(commandHandler) {
Callers
2
checkIfEnabledForUrl
Function · 0.80
initializeModeState
Function · 0.80
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected