MCPcopy Create free account

hub / github.com/TanStack/hotkeys / functions

Functions603 in github.com/TanStack/hotkeys

Method_yy
()
examples/lit/hotkey-sequence/src/app.ts:211
FunctionaddController
(c)
packages/lit-hotkeys/tests/hotkey-sequence.spec.ts:13
FunctionaddController
(c)
packages/lit-hotkeys/tests/hotkey.spec.ts:17
MethodaddToHistory
(action: string)
examples/angular/injectHotkeySequences/src/app/app.component.ts:25
MethodaddToHistory
(action: string)
examples/angular/injectHotkeySequence/src/app/app.component.ts:16
Methodcallback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:179
MethodcancelRecording
()
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:57
MethodcancelRecording
()
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:89
MethodcancelRecording
Cancel recording without saving.
packages/lit-hotkeys/src/controllers/hotkey-sequence-recorder.ts:133
MethodclearHistory
()
examples/angular/injectHeldKeys/src/app/app.component.ts:37
MethodclearHistory
()
examples/angular/injectHotkeySequences/src/app/app.component.ts:142
MethodclearHistory
()
examples/angular/injectHotkeySequence/src/app/app.component.ts:60
MethodcloseModal
()
examples/angular/injectHotkey/src/app/app.component.ts:294
MethodcloseModalOverlay
()
examples/angular/injectHotkey/src/app/app.component.ts:298
Methodcodes
()
packages/svelte-hotkeys/src/getHeldKeyCodesMap.svelte.ts:12
MethodcommitRecording
()
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:61
MethodcommitRecording
Commit current steps as a sequence (no-op if empty).
packages/lit-hotkeys/src/controllers/hotkey-sequence-recorder.ts:138
MethodconnectedCallback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:150
MethodconnectedCallback
()
examples/lit/hotkey-recorder/src/app.ts:146
Methodconstructor
(options: HotkeySequenceRecorderOptions)
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:25
Methodconstructor
(options: HotkeyRecorderOptions)
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:62
Methodconstructor
(key: IndividualKey)
packages/svelte-hotkeys/src/getIsKeyHeld.svelte.ts:14
Methodconstructor
* @param _host - The Lit component that owns this controller. * @param _options - Configuration options for the recorder.
packages/lit-hotkeys/src/controllers/hotkey-recorder.ts:64
Methodconstructor
* @param host - The Lit component that owns this controller. * @param key - The key to track (e.g. 'Shift', 'Control', 'A').
packages/lit-hotkeys/src/controllers/key-hold.ts:58
Methodconstructor
(private _host: ReactiveControllerHost)
packages/lit-hotkeys/src/controllers/hotkey-registrations.ts:51
Methodconstructor
* @param _host - The Lit component that owns this controller (use `this` and pass it to `addController()`). * @param _hotkey - The key or key combo
packages/lit-hotkeys/src/controllers/hotkey.ts:44
Methodconstructor
* @param _host - The Lit component that owns this controller.
packages/lit-hotkeys/src/controllers/held-key-codes.ts:41
Methodconstructor
* @param _host - The Lit component that owns this controller.
packages/lit-hotkeys/src/controllers/held-keys.ts:40
Methodconstructor
* @param _host - The Lit component that owns this controller. * @param _options - Configuration options for the sequence recorder.
packages/lit-hotkeys/src/controllers/hotkey-sequence-recorder.ts:76
Methodconstructor
* @param _host - The Lit component that owns this controller (use `this` and pass it to `addController()`). * @param _sequence - The key sequence t
packages/lit-hotkeys/src/controllers/hotkey-sequence.ts:38
Methodconstructor
(options: HotkeyRecorderOptions)
packages/hotkeys/src/hotkey-recorder.ts:90
Methodconstructor
()
packages/hotkeys/src/hotkey-manager.ts:222
Methodconstructor
(options: HotkeySequenceRecorderOptions)
packages/hotkeys/src/hotkey-sequence-recorder.ts:98
Methodconstructor
()
packages/hotkeys/src/key-state-tracker.ts:80
Methodconstructor
()
packages/hotkeys/src/sequence-manager.ts:193
Methodconstructor
()
examples/angular/injectHeldKeys/src/app/app.component.ts:20
Methodconstructor
()
examples/angular/injectHotkey/src/app/app.component.ts:37
Methodconstructor
()
examples/angular/injectHotkeySequences/src/app/app.component.ts:24
Methodconstructor
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:133
Methodconstructor
()
examples/angular/injectHotkeys/src/app/app.component.ts:67
Methodconstructor
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:137
Methodconstructor
()
examples/angular/injectHotkeySequence/src/app/app.component.ts:15
FunctioncreateHotkey
( hotkey: MaybeGetter<RegisterableHotkey>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeyOp
packages/svelte-hotkeys/src/createHotkey.svelte.ts:56
FunctioncreateHotkeyAttachment
( hotkey: MaybeGetter<RegisterableHotkey>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeyOp
packages/svelte-hotkeys/src/createHotkey.svelte.ts:130
FunctioncreateHotkeyRecorder
( options: MaybeGetter<HotkeyRecorderOptions>, )
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:98
FunctioncreateHotkeySequence
( sequence: MaybeGetter<HotkeySequence>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeySequ
packages/svelte-hotkeys/src/createHotkeySequence.svelte.ts:72
FunctioncreateHotkeySequenceAttachment
( sequence: MaybeGetter<HotkeySequence>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeySequ
packages/svelte-hotkeys/src/createHotkeySequence.svelte.ts:151
FunctioncreateHotkeySequenceRecorder
( options: MaybeGetter<HotkeySequenceRecorderOptions>, )
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:73
FunctioncreateHotkeySequences
( definitions: MaybeGetter<Array<CreateHotkeySequenceDefinition>>, commonOptions: MaybeGetter<CreateHotkey
packages/svelte-hotkeys/src/createHotkeySequences.svelte.ts:60
FunctioncreateHotkeySequencesAttachment
( definitions: MaybeGetter<Array<CreateHotkeySequenceDefinition>>, commonOptions: MaybeGetter<CreateHotkey
packages/svelte-hotkeys/src/createHotkeySequences.svelte.ts:184
FunctioncreateHotkeys
( hotkeys: MaybeGetter<Array<CreateHotkeyDefinition>>, commonOptions: MaybeGetter<CreateHotkeyOptions> = {
packages/svelte-hotkeys/src/createHotkeys.svelte.ts:66
FunctioncreateHotkeysAttachment
( hotkeys: MaybeGetter<Array<CreateHotkeyDefinition>>, commonOptions: MaybeGetter<CreateHotkeyOptions> = {
packages/svelte-hotkeys/src/createHotkeys.svelte.ts:189
FunctiondefaultOptions
()
packages/svelte-hotkeys/src/HotkeysCtx.ts:35
MethoddisconnectedCallback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:155
MethoddisconnectedCallback
()
examples/lit/hotkey-recorder/src/app.ts:151
MethoddisconnectedCallback
()
examples/lit/hotkey/src/app.ts:83
FunctionfindScopeConflicts
( registration: HotkeyRegistration, all: Array<HotkeyRegistration>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:110
FunctionfindSequenceScopeConflicts
( registration: SequenceRegistrationView, all: Array<SequenceRegistrationView>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:136
FunctionfindSequenceTargetConflicts
( registration: SequenceRegistrationView, all: Array<SequenceRegistrationView>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:123
FunctionfindTargetConflicts
( registration: HotkeyRegistration, all: Array<HotkeyRegistration>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:97
MethodformatSeq
(seq: Array<string>)
examples/angular/injectHotkeySequences/src/app/app.component.ts:150
MethodformatSeq
(seq: Array<string>)
examples/angular/injectHotkeys/src/app/app.component.ts:202
MethodformatSeq
(seq: HotkeySequence)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:218
MethodformatSeq
(seq: HotkeySequence)
examples/angular/injectHotkeySequenceRecorder/src/app/shortcut-list-item.component.ts:26
FunctionformatWithLabels
( hotkey: RegisterableHotkey, options: Omit<FormatDisplayOptions, 'useSymbols'> = {}, )
packages/hotkeys/src/format.ts:137
Functionget
(target, prop)
packages/hotkeys/tests/hotkey-manager.test.ts:357
FunctiongetConflictItemStyle
( behavior: ConflictBehavior, isSameTarget: boolean, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:149
FunctiongetConflictLabel
( behavior: ConflictBehavior, isSameTarget: boolean, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:163
FunctiongetHeldKeyCodesMap
()
packages/svelte-hotkeys/src/getHeldKeyCodesMap.svelte.ts:42
FunctiongetHeldKeys
()
packages/svelte-hotkeys/src/getHeldKeys.svelte.ts:38
FunctiongetHotkeyRegistrations
()
packages/svelte-hotkeys/src/getHotkeyRegistrations.svelte.ts:58
FunctiongetIsKeyHeld
(key: IndividualKey)
packages/svelte-hotkeys/src/getIsKeyHeld.svelte.ts:66
FunctiongetProgress
()
packages/hotkeys/src/sequence-manager.ts:730
MethodgetRegistrationCount
* Gets the number of registered sequences.
packages/hotkeys/src/sequence-manager.ts:631
FunctiongetTargetDescription
(target: HTMLElement | Document | Window)
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:79
FunctionhandleCancel
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:171
FunctionhandleCancel
()
examples/react/useHotkeyRecorder/src/index.tsx:168
FunctionhandleCancel
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:172
FunctionhandleCancel
()
examples/solid/createHotkeyRecorder/src/index.tsx:173
FunctionhandleCancel
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:171
FunctionhandleCancel
()
examples/preact/useHotkeyRecorder/src/index.tsx:168
MethodhandleCancel
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:184
MethodhandleCancel
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:188
FunctionhandleCreateNew
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:180
FunctionhandleCreateNew
()
examples/react/useHotkeyRecorder/src/index.tsx:177
FunctionhandleCreateNew
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:181
FunctionhandleCreateNew
()
examples/solid/createHotkeyRecorder/src/index.tsx:182
FunctionhandleCreateNew
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:180
FunctionhandleCreateNew
()
examples/preact/useHotkeyRecorder/src/index.tsx:177
MethodhandleCreateNew
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:192
MethodhandleCreateNew
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:196
MethodhandleDelete
(id: string)
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:188
MethodhandleDelete
(id: string)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:192
MethodhandleEdit
(id: string)
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:156
MethodhandleEdit
(id: string)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:160
FunctionhandleMouseDown
(e: MouseEvent)
packages/hotkeys-devtools/src/components/Shell.tsx:55
FunctionhandleMouseMove
(e: MouseEvent)
packages/hotkeys-devtools/src/components/Shell.tsx:65
FunctionhandleMouseUp
()
packages/hotkeys-devtools/src/components/Shell.tsx:74
FunctionhandleSaveEditing
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:157
FunctionhandleSaveEditing
()
examples/react/useHotkeyRecorder/src/index.tsx:153
← previousnext →401–500 of 603, ranked by callers