MCPcopy
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
14class 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

initMethod · 0.95
initMethod · 0.80
initializeModeStateFunction · 0.80

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected