TanStack
Hotkey Sequence Recorder API Reference

useHotkeySequenceRecorder

Function: useHotkeySequenceRecorder()

ts
function useHotkeySequenceRecorder(options): VueHotkeySequenceRecorder;

Defined in: packages/vue-hotkeys/src/useHotkeySequenceRecorder.ts:24

Vue composable for recording multi-chord sequences (Vim-style shortcuts).

Parameters

options

MaybeRefOrGetter<HotkeySequenceRecorderOptions>

Returns

VueHotkeySequenceRecorder