Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ functions
Functions
603 in github.com/TanStack/hotkeys
⨍
Functions
603
◇
Types & classes
183
Method
_yy
()
examples/lit/hotkey-sequence/src/app.ts:211
Function
addController
(c)
packages/lit-hotkeys/tests/hotkey-sequence.spec.ts:13
Function
addController
(c)
packages/lit-hotkeys/tests/hotkey.spec.ts:17
Method
addToHistory
(action: string)
examples/angular/injectHotkeySequences/src/app/app.component.ts:25
Method
addToHistory
(action: string)
examples/angular/injectHotkeySequence/src/app/app.component.ts:16
Method
callback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:179
Method
cancelRecording
()
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:57
Method
cancelRecording
()
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:89
Method
cancelRecording
Cancel recording without saving.
packages/lit-hotkeys/src/controllers/hotkey-sequence-recorder.ts:133
Method
clearHistory
()
examples/angular/injectHeldKeys/src/app/app.component.ts:37
Method
clearHistory
()
examples/angular/injectHotkeySequences/src/app/app.component.ts:142
Method
clearHistory
()
examples/angular/injectHotkeySequence/src/app/app.component.ts:60
Method
closeModal
()
examples/angular/injectHotkey/src/app/app.component.ts:294
Method
closeModalOverlay
()
examples/angular/injectHotkey/src/app/app.component.ts:298
Method
codes
()
packages/svelte-hotkeys/src/getHeldKeyCodesMap.svelte.ts:12
Method
commitRecording
()
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:61
Method
commitRecording
Commit current steps as a sequence (no-op if empty).
packages/lit-hotkeys/src/controllers/hotkey-sequence-recorder.ts:138
Method
connectedCallback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:150
Method
connectedCallback
()
examples/lit/hotkey-recorder/src/app.ts:146
Method
constructor
(options: HotkeySequenceRecorderOptions)
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:25
Method
constructor
(options: HotkeyRecorderOptions)
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:62
Method
constructor
(key: IndividualKey)
packages/svelte-hotkeys/src/getIsKeyHeld.svelte.ts:14
Method
constructor
* @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
Method
constructor
* @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
Method
constructor
(private _host: ReactiveControllerHost)
packages/lit-hotkeys/src/controllers/hotkey-registrations.ts:51
Method
constructor
* @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
Method
constructor
* @param _host - The Lit component that owns this controller.
packages/lit-hotkeys/src/controllers/held-key-codes.ts:41
Method
constructor
* @param _host - The Lit component that owns this controller.
packages/lit-hotkeys/src/controllers/held-keys.ts:40
Method
constructor
* @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
Method
constructor
* @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
Method
constructor
(options: HotkeyRecorderOptions)
packages/hotkeys/src/hotkey-recorder.ts:90
Method
constructor
()
packages/hotkeys/src/hotkey-manager.ts:222
Method
constructor
(options: HotkeySequenceRecorderOptions)
packages/hotkeys/src/hotkey-sequence-recorder.ts:98
Method
constructor
()
packages/hotkeys/src/key-state-tracker.ts:80
Method
constructor
()
packages/hotkeys/src/sequence-manager.ts:193
Method
constructor
()
examples/angular/injectHeldKeys/src/app/app.component.ts:20
Method
constructor
()
examples/angular/injectHotkey/src/app/app.component.ts:37
Method
constructor
()
examples/angular/injectHotkeySequences/src/app/app.component.ts:24
Method
constructor
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:133
Method
constructor
()
examples/angular/injectHotkeys/src/app/app.component.ts:67
Method
constructor
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:137
Method
constructor
()
examples/angular/injectHotkeySequence/src/app/app.component.ts:15
Function
createHotkey
( hotkey: MaybeGetter<RegisterableHotkey>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeyOp
packages/svelte-hotkeys/src/createHotkey.svelte.ts:56
Function
createHotkeyAttachment
( hotkey: MaybeGetter<RegisterableHotkey>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeyOp
packages/svelte-hotkeys/src/createHotkey.svelte.ts:130
Function
createHotkeyRecorder
( options: MaybeGetter<HotkeyRecorderOptions>, )
packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:98
Function
createHotkeySequence
( sequence: MaybeGetter<HotkeySequence>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeySequ
packages/svelte-hotkeys/src/createHotkeySequence.svelte.ts:72
Function
createHotkeySequenceAttachment
( sequence: MaybeGetter<HotkeySequence>, callback: HotkeyCallback, options: MaybeGetter<CreateHotkeySequ
packages/svelte-hotkeys/src/createHotkeySequence.svelte.ts:151
Function
createHotkeySequenceRecorder
( options: MaybeGetter<HotkeySequenceRecorderOptions>, )
packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:73
Function
createHotkeySequences
( definitions: MaybeGetter<Array<CreateHotkeySequenceDefinition>>, commonOptions: MaybeGetter<CreateHotkey
packages/svelte-hotkeys/src/createHotkeySequences.svelte.ts:60
Function
createHotkeySequencesAttachment
( definitions: MaybeGetter<Array<CreateHotkeySequenceDefinition>>, commonOptions: MaybeGetter<CreateHotkey
packages/svelte-hotkeys/src/createHotkeySequences.svelte.ts:184
Function
createHotkeys
( hotkeys: MaybeGetter<Array<CreateHotkeyDefinition>>, commonOptions: MaybeGetter<CreateHotkeyOptions> = {
packages/svelte-hotkeys/src/createHotkeys.svelte.ts:66
Function
createHotkeysAttachment
( hotkeys: MaybeGetter<Array<CreateHotkeyDefinition>>, commonOptions: MaybeGetter<CreateHotkeyOptions> = {
packages/svelte-hotkeys/src/createHotkeys.svelte.ts:189
Function
defaultOptions
()
packages/svelte-hotkeys/src/HotkeysCtx.ts:35
Method
disconnectedCallback
()
examples/lit/hotkey-sequence-recorder/src/app.ts:155
Method
disconnectedCallback
()
examples/lit/hotkey-recorder/src/app.ts:151
Method
disconnectedCallback
()
examples/lit/hotkey/src/app.ts:83
Function
findScopeConflicts
( registration: HotkeyRegistration, all: Array<HotkeyRegistration>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:110
Function
findSequenceScopeConflicts
( registration: SequenceRegistrationView, all: Array<SequenceRegistrationView>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:136
Function
findSequenceTargetConflicts
( registration: SequenceRegistrationView, all: Array<SequenceRegistrationView>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:123
Function
findTargetConflicts
( registration: HotkeyRegistration, all: Array<HotkeyRegistration>, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:97
Method
formatSeq
(seq: Array<string>)
examples/angular/injectHotkeySequences/src/app/app.component.ts:150
Method
formatSeq
(seq: Array<string>)
examples/angular/injectHotkeys/src/app/app.component.ts:202
Method
formatSeq
(seq: HotkeySequence)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:218
Method
formatSeq
(seq: HotkeySequence)
examples/angular/injectHotkeySequenceRecorder/src/app/shortcut-list-item.component.ts:26
Function
formatWithLabels
( hotkey: RegisterableHotkey, options: Omit<FormatDisplayOptions, 'useSymbols'> = {}, )
packages/hotkeys/src/format.ts:137
Function
get
(target, prop)
packages/hotkeys/tests/hotkey-manager.test.ts:357
Function
getConflictItemStyle
( behavior: ConflictBehavior, isSameTarget: boolean, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:149
Function
getConflictLabel
( behavior: ConflictBehavior, isSameTarget: boolean, )
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:163
Function
getHeldKeyCodesMap
()
packages/svelte-hotkeys/src/getHeldKeyCodesMap.svelte.ts:42
Function
getHeldKeys
()
packages/svelte-hotkeys/src/getHeldKeys.svelte.ts:38
Function
getHotkeyRegistrations
()
packages/svelte-hotkeys/src/getHotkeyRegistrations.svelte.ts:58
Function
getIsKeyHeld
(key: IndividualKey)
packages/svelte-hotkeys/src/getIsKeyHeld.svelte.ts:66
Function
getProgress
()
packages/hotkeys/src/sequence-manager.ts:730
Method
getRegistrationCount
* Gets the number of registered sequences.
packages/hotkeys/src/sequence-manager.ts:631
Function
getTargetDescription
(target: HTMLElement | Document | Window)
packages/hotkeys-devtools/src/components/DetailsPanel.tsx:79
Function
handleCancel
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:171
Function
handleCancel
()
examples/react/useHotkeyRecorder/src/index.tsx:168
Function
handleCancel
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:172
Function
handleCancel
()
examples/solid/createHotkeyRecorder/src/index.tsx:173
Function
handleCancel
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:171
Function
handleCancel
()
examples/preact/useHotkeyRecorder/src/index.tsx:168
Method
handleCancel
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:184
Method
handleCancel
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:188
Function
handleCreateNew
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:180
Function
handleCreateNew
()
examples/react/useHotkeyRecorder/src/index.tsx:177
Function
handleCreateNew
()
examples/solid/createHotkeySequenceRecorder/src/index.tsx:181
Function
handleCreateNew
()
examples/solid/createHotkeyRecorder/src/index.tsx:182
Function
handleCreateNew
()
examples/preact/useHotkeySequenceRecorder/src/index.tsx:180
Function
handleCreateNew
()
examples/preact/useHotkeyRecorder/src/index.tsx:177
Method
handleCreateNew
()
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:192
Method
handleCreateNew
()
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:196
Method
handleDelete
(id: string)
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:188
Method
handleDelete
(id: string)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:192
Method
handleEdit
(id: string)
examples/angular/injectHotkeyRecorder/src/app/app.component.ts:156
Method
handleEdit
(id: string)
examples/angular/injectHotkeySequenceRecorder/src/app/app.component.ts:160
Function
handleMouseDown
(e: MouseEvent)
packages/hotkeys-devtools/src/components/Shell.tsx:55
Function
handleMouseMove
(e: MouseEvent)
packages/hotkeys-devtools/src/components/Shell.tsx:65
Function
handleMouseUp
()
packages/hotkeys-devtools/src/components/Shell.tsx:74
Function
handleSaveEditing
()
examples/react/useHotkeySequenceRecorder/src/index.tsx:157
Function
handleSaveEditing
()
examples/react/useHotkeyRecorder/src/index.tsx:153
← previous
next →
401–500 of 603, ranked by callers