Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ constructor
Method
constructor
packages/hotkeys/src/key-state-tracker.ts:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
#blurListener: (() => void) | null = null
79
80
private constructor() {
81
this.#setupListeners()
82
}
83
84
/**
85
* Gets the singleton instance of KeyStateTracker.
Callers
nothing calls this directly
Calls
1
#setupListeners
Method · 0.95
Tested by
no test coverage detected