MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / getCurrentShortcut

Method getCurrentShortcut

src/main/api/renderer/settings.ts:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239 // 获取当前快捷键
240 private getCurrentShortcut(): string {
241 return getCurrentShortcut()
242 }
243
244 private static readonly MODIFIER_NAMES = ['Command', 'Ctrl', 'Alt', 'Option', 'Shift']
245

Callers 2

setupIPCMethod · 0.95
getCurrentShortcutFunction · 0.45

Calls 1

getCurrentShortcutFunction · 0.85

Tested by

no test coverage detected