Hotkey Sequence Recorder API Reference

useHotkeySequenceRecorder

Function: useHotkeySequenceRecorder()

ts
function useHotkeySequenceRecorder(options): ReactHotkeySequenceRecorder;
function useHotkeySequenceRecorder(options): ReactHotkeySequenceRecorder;

Defined in: useHotkeySequenceRecorder.ts:29

React hook for recording multi-chord sequences (Vim-style shortcuts).

Parameters

options

HotkeySequenceRecorderOptions

Configuration options for the hotkey sequence recorder

Returns

ReactHotkeySequenceRecorder