Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InverseUI/InverseUI-Recorder
/ init
Method
init
modules/action/events/keyboard.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
init() {
15
document.addEventListener(
'keydown'
, this.handleKeyDown.bind(this), true);
16
}
17
18
handleKeyDown(event) {
19
const
key = event.key;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected