Hotkey Sequence Recorder API Reference

createHotkeySequenceRecorder

Function: createHotkeySequenceRecorder()

ts
function createHotkeySequenceRecorder(options): SolidHotkeySequenceRecorder;
function createHotkeySequenceRecorder(options): SolidHotkeySequenceRecorder;

Defined in: createHotkeySequenceRecorder.ts:23

SolidJS primitive for recording multi-chord sequences (Vim-style shortcuts).

Parameters

options

HotkeySequenceRecorderOptions | () => HotkeySequenceRecorderOptions

Returns

SolidHotkeySequenceRecorder