MCPcopy Create free account
hub / github.com/github/hotkey /

Class

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

Source from the content-addressed store, hash-verified

15export type NormalizedSequenceString = string & {[sequenceBrand]: true}
16
17export class SequenceTracker {
18 static readonly CHORD_TIMEOUT = 1500
19
20 private _path: readonly NormalizedHotkeyString[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected