Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ setKeyMapping
Method
setKeyMapping
content_scripts/mode_key_handler.js:15–18 ·
view source on GitHub ↗
(keyMapping)
Source
from the content-addressed store, hash-verified
13
14
class
KeyHandlerMode extends Mode {
15
setKeyMapping(keyMapping) {
16
this.keyMapping = keyMapping;
17
this.reset();
18
}
19
setPassKeys(passKeys) {
20
this.passKeys = passKeys;
21
this.reset();
Callers
3
init
Method · 0.95
init
Method · 0.80
initializeModeState
Function · 0.80
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected