Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ keyboard_utils.js
File
keyboard_utils.js
lib/keyboard_utils.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
let
mapKeyRegistry = {};
2
Utils.monitorChromeSessionStorage(
"mapKeyRegistry"
, (value) => {
3
return
mapKeyRegistry = value;
4
});
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected