MCPcopy
hub / github.com/jaywcjlove/hotkeys-js / UnbindInfo

Interface UnbindInfo

src/types.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface UnbindInfo {
9 key: string;
10 scope?: string;
11 method?: KeyHandler;
12 splitKey?: string;
13}
14
15export interface HotkeysEvent {
16 keyup: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…