MCPcopy
hub / github.com/Bistutu/FluentRead / ParsedHotkey

Interface ParsedHotkey

entrypoints/utils/hotkey.ts:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54// 快捷键解析结果接口
55export interface ParsedHotkey {
56 modifiers: string[];
57 key: string;
58 isValid: boolean;
59 displayName: string;
60 errorMessage?: string;
61}
62
63/**
64 * 解析快捷键字符串

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected