MCPcopy Create free account

hub / github.com/TanStack/hotkeys / functions

Functions603 in github.com/TanStack/hotkeys

↓ 1 callersMethodsetOptions
(options: HotkeySequenceRecorderOptions)
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:45
↓ 1 callersFunctionstepRawParts
()
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:585
↓ 1 callersMethodtriggerRegistration
* Triggers a registration's callback programmatically from devtools. * Creates a synthetic KeyboardEvent and invokes the callback. * * @param
packages/hotkeys/src/hotkey-manager.ts:676
↓ 1 callersFunctionuseHeldKeyCodes
()
packages/react-hotkeys/src/useHeldKeyCodes.ts:30
↓ 1 callersFunctionuseHeldKeyCodes
()
packages/preact-hotkeys/src/useHeldKeyCodes.ts:30
↓ 1 callersFunctionuseHotkeyRecorder
( options: HotkeyRecorderOptions, )
packages/react-hotkeys/src/useHotkeyRecorder.ts:58
↓ 1 callersFunctionuseHotkeyRecorder
( options: MaybeRefOrGetter<HotkeyRecorderOptions>, )
packages/vue-hotkeys/src/useHotkeyRecorder.ts:62
↓ 1 callersFunctionuseHotkeyRecorder
( options: HotkeyRecorderOptions, )
packages/preact-hotkeys/src/useHotkeyRecorder.ts:58
↓ 1 callersFunctionuseHotkeySequenceRecorder
( options: HotkeySequenceRecorderOptions, )
packages/react-hotkeys/src/useHotkeySequenceRecorder.ts:29
↓ 1 callersFunctionuseHotkeySequenceRecorder
( options: MaybeRefOrGetter<HotkeySequenceRecorderOptions>, )
packages/vue-hotkeys/src/useHotkeySequenceRecorder.ts:24
↓ 1 callersFunctionuseHotkeySequenceRecorder
( options: HotkeySequenceRecorderOptions, )
packages/preact-hotkeys/src/useHotkeySequenceRecorder.ts:23
↓ 1 callersFunctionuseHotkeysContext
()
packages/solid-hotkeys/src/HotkeysProvider.tsx:44
↓ 1 callersFunctionverifyMarkdownLinks
()
scripts/verify-links.ts:88
FunctionActionButtons
(props: ActionButtonsProps)
packages/hotkeys-devtools/src/components/ActionButtons.tsx:18
FunctionApp
()
examples/react/useHeldKeys/src/index.tsx:13
FunctionApp
()
examples/react/useHotkeys/src/index.tsx:16
FunctionApp
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:67
FunctionApp
()
examples/react/useHotkeySequence/src/index.tsx:12
FunctionApp
()
examples/react/useHotkeySequences/src/index.tsx:14
FunctionApp
()
examples/react/useHotkey/src/index.tsx:13
FunctionApp
()
examples/react/useKeyhold/src/index.tsx:7
FunctionApp
()
examples/react/useHotkeyRecorder/src/index.tsx:67
FunctionApp
()
examples/solid/createHotkeys/src/index.tsx:441
FunctionApp
()
examples/solid/createHotkeySequences/src/index.tsx:15
FunctionApp
()
examples/solid/createKeyHold/src/index.tsx:8
FunctionApp
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:68
FunctionApp
()
examples/solid/createHotkeyRecorder/src/index.tsx:68
FunctionApp
()
examples/solid/createHeldKeys/src/index.tsx:14
FunctionApp
()
examples/solid/createHotkeySequence/src/index.tsx:13
FunctionApp
()
examples/solid/createHotkey/src/index.tsx:14
FunctionApp
()
examples/preact/useHeldKeys/src/index.tsx:13
FunctionApp
()
examples/preact/useHotkeys/src/index.tsx:16
FunctionApp
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:67
FunctionApp
()
examples/preact/useHotkeySequence/src/index.tsx:12
FunctionApp
()
examples/preact/useHotkeySequences/src/index.tsx:14
FunctionApp
()
examples/preact/useHotkey/src/index.tsx:13
FunctionApp
()
examples/preact/useKeyhold/src/index.tsx:7
FunctionApp
()
examples/preact/useHotkeyRecorder/src/index.tsx:67
FunctionBasicMultiHotkeys
()
examples/react/useHotkeys/src/index.tsx:43
FunctionBasicMultiHotkeys
()
examples/solid/createHotkeys/src/index.tsx:16
FunctionBasicMultiHotkeys
()
examples/preact/useHotkeys/src/index.tsx:43
FunctionClosureComponent
({ count, capturedValues, }: { count: number capturedValues: Array<number> })
packages/preact-hotkeys/tests/useHotkeys.test.tsx:273
FunctionClosureComponent
({ count, capturedValues, }: { count: number capturedValues: Array<number> })
packages/preact-hotkeys/tests/useHotkey.test.tsx:112
FunctionCommonOptionsDemo
()
examples/react/useHotkeys/src/index.tsx:129
FunctionCommonOptionsDemo
()
examples/solid/createHotkeys/src/index.tsx:100
FunctionCommonOptionsDemo
()
examples/preact/useHotkeys/src/index.tsx:129
FunctionDetailsPanel
(props: DetailsPanelProps)
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:781
FunctionDynamicHotkeysDemo
()
examples/react/useHotkeys/src/index.tsx:247
FunctionDynamicHotkeysDemo
()
examples/solid/createHotkeys/src/index.tsx:216
FunctionDynamicHotkeysDemo
()
examples/preact/useHotkeys/src/index.tsx:247
FunctionEnabledComponent
({ enabled }: { enabled: boolean })
packages/preact-hotkeys/tests/useHotkeys.test.tsx:333
FunctionEnabledSequences
({ enabled }: { enabled: boolean })
packages/preact-hotkeys/tests/useHotkeySequences.test.tsx:186
FunctionHeldKeysBar
()
packages/hotkeys-devtools/src/components/HeldKeysTopbar.tsx:7
FunctionHotkeyDetails
(props: { registration: HotkeyRegistration state: ReturnType<typeof useHotkeysDevtoolsState> getTargetDe
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:174
FunctionHotkeyList
(props: HotkeyListProps)
packages/hotkeys-devtools/src/components/HotkeyList.tsx:318
FunctionHotkeyTestComponent
({ callback, enabled = true, eventType = 'keydown', }: { callback: HotkeyCallback enabled?: boolean
packages/preact-hotkeys/tests/useHotkey.test.tsx:9
FunctionHotkeysContextProvider
(props: { children: any })
packages/hotkeys-devtools/src/HotkeysContextProvider.tsx:37
FunctionHotkeysDevtools
(props: DevtoolsProps)
packages/hotkeys-devtools/src/components/index.tsx:11
FunctionHotkeysProvider
( props, )
packages/solid-hotkeys/src/HotkeysProvider.tsx:30
FunctionHotkeysProvider
({ children, defaultOptions = DEFAULT_OPTIONS, }: HotkeysProviderProps)
packages/react-hotkeys/src/HotkeysProvider.tsx:30
FunctionHotkeysProvider
({ children, defaultOptions = DEFAULT_OPTIONS, }: HotkeysProviderProps)
packages/preact-hotkeys/src/HotkeysProvider.tsx:31
FunctionKeyBreakdownPlatformTable
(props: { getParsed: () => ParsedHotkey /** Platform used when the parsed hotkey was produced (registratio
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:31
FunctionMultiHotkeyComponent
({ definitions, platform = 'mac', }: { definitions: Array<UseHotkeyDefinition> platform?: string })
packages/preact-hotkeys/tests/useHotkeys.test.tsx:8
FunctionRefTargetComponent
({ callback }: { callback: HotkeyCallback })
packages/preact-hotkeys/tests/useHotkey.test.tsx:229
FunctionRegistrationsViewer
()
examples/react/useHotkeys/src/index.tsx:362
FunctionRegistrationsViewer
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:298
FunctionRegistrationsViewer
()
examples/react/useHotkeySequences/src/index.tsx:334
FunctionRegistrationsViewer
()
examples/react/useHotkeyRecorder/src/index.tsx:281
FunctionRegistrationsViewer
()
examples/solid/createHotkeys/src/index.tsx:334
FunctionRegistrationsViewer
()
examples/solid/createHotkeySequences/src/index.tsx:348
FunctionRegistrationsViewer
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:302
FunctionRegistrationsViewer
()
examples/solid/createHotkeyRecorder/src/index.tsx:287
FunctionRegistrationsViewer
()
examples/preact/useHotkeys/src/index.tsx:364
FunctionRegistrationsViewer
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:297
FunctionRegistrationsViewer
()
examples/preact/useHotkeySequences/src/index.tsx:334
FunctionRegistrationsViewer
()
examples/preact/useHotkeyRecorder/src/index.tsx:280
FunctionSequenceDetails
(props: { registration: SequenceRegistrationView state: ReturnType<typeof useHotkeysDevtoolsState> getTa
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:445
FunctionSequenceListRow
(props: { reg: SequenceRegistrationView getSequences: () => Array<SequenceRegistrationView> sequenceProg
packages/hotkeys-devtools/src/components/HotkeyList.tsx:128
FunctionSequencesComponent
({ definitions, }: { definitions: Array<UseHotkeySequenceDefinition> })
packages/preact-hotkeys/tests/useHotkeySequences.test.tsx:12
FunctionShell
()
packages/hotkeys-devtools/src/components/Shell.tsx:32
FunctionShortcutListItem
({ shortcut, isEditing, draftName, draftDescription, onDraftNameChange, onDraftDescriptionChange,
examples/react/useHotkeySequenceRecorder/src/index.tsx:377
FunctionShortcutListItem
({ shortcut, isEditing, draftName, draftDescription, onDraftNameChange, onDraftDescriptionChange,
examples/react/useHotkeyRecorder/src/index.tsx:354
FunctionShortcutListItem
(props: { shortcut: Shortcut isEditing: boolean draftName: string draftDescription: string onDraftNa
examples/solid/createHotkeySequenceRecorder/src/index.tsx:371
FunctionShortcutListItem
(props: { shortcut: Shortcut isEditing: boolean draftName: string draftDescription: string onDraftNa
examples/solid/createHotkeyRecorder/src/index.tsx:349
FunctionShortcutListItem
({ shortcut, isEditing, draftName, draftDescription, onDraftNameChange, onDraftDescriptionChange,
examples/preact/useHotkeySequenceRecorder/src/index.tsx:376
FunctionShortcutListItem
({ shortcut, isEditing, draftName, draftDescription, onDraftNameChange, onDraftDescriptionChange,
examples/preact/useHotkeyRecorder/src/index.tsx:353
FunctionTestComponent
()
packages/solid-hotkeys/tests/createHotkeys.test.tsx:24
FunctionTestComponent
()
packages/solid-hotkeys/tests/createHotkey.test.tsx:21
FunctionTestComponent
()
packages/solid-hotkeys/tests/createHotkeySequences.test.tsx:27
FunctionTestComponentDelayed
()
packages/solid-hotkeys/tests/createHotkey.test.tsx:248
Method_ciw
()
examples/lit/hotkey-sequence/src/app.ts:221
Method_dd
()
examples/lit/hotkey-sequence/src/app.ts:206
Method_dw
()
examples/lit/hotkey-sequence/src/app.ts:216
Method_escape
(_event: KeyboardEvent, _ctx: HotkeyCallbackContext)
examples/lit/hotkey-sequence/src/app.ts:245
Method_gg
()
examples/lit/hotkey-sequence/src/app.ts:196
Method_handleIncrementing
( _event: KeyboardEvent, { hotkey }: HotkeyCallbackContext, )
examples/lit/hotkey/src/app.ts:583
Method_hello
()
examples/lit/hotkey-sequence/src/app.ts:240
Method_konami
()
examples/lit/hotkey-sequence/src/app.ts:228
Method_shiftG
()
examples/lit/hotkey-sequence/src/app.ts:201
Method_sideToSide
()
examples/lit/hotkey-sequence/src/app.ts:235
← previousnext →301–400 of 603, ranked by callers