MCPcopy Create free account
hub / github.com/TanStack/hotkeys / useHotkeysContext

Function useHotkeysContext

packages/solid-hotkeys/src/HotkeysProvider.tsx:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function useHotkeysContext() {
45 return useContext(HotkeysContext)
46}
47
48export function useDefaultHotkeysOptions() {
49 const context = useContext(HotkeysContext)

Callers 1

getHotkeysContextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…