Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ injectHeldKeys
Function
injectHeldKeys
packages/angular-hotkeys/src/injectHeldKeys.ts:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
* ```
22
*/
23
export
function
injectHeldKeys(): Signal<Array<string>> {
24
const
tracker = getKeyStateTracker()
25
return
injectSelector(tracker.store, (state) => state.heldKeys)
26
}
Callers
5
AppComponent
Class · 0.90
AppComponent
Class · 0.90
ShortcutListItemComponent
Class · 0.90
AppComponent
Class · 0.90
ShortcutListItemComponent
Class · 0.90
Calls
1
getKeyStateTracker
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…