MCPcopy
hub / github.com/github/hotkey / SequenceTrackerOptions

Interface SequenceTrackerOptions

src/sequence.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {NormalizedHotkeyString, eventToHotkeyString, normalizeHotkey} from './hotkey.js'
2
3interface SequenceTrackerOptions {
4 onReset?: () => void
5}
6
7export const SEQUENCE_DELIMITER = ' '
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected