Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setupIPC
Method · 0.95
getCurrentShortcut
Function · 0.45
Calls
1
getCurrentShortcut
Function · 0.85
Tested by
no test coverage detected