Home > SYS_ShortcutKey > getShortcutKeys
SYS_ShortcutKey.getShortcutKeys() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Warning: This API is now obsolete.
since EDA v4.2
查询快捷键列表
Signature
typescript
public getShortcutKeys(includeSystem?: boolean): Promise<Array<{ shortcutKey: TSYS_ShortcutKeys; title: string; documentType: ESYS_ShortcutKeyEffectiveEditorRange[]; scene: ESYS_ShortcutKeyEffectiveEditorScene[] }>>;1
Parameters
Parameter | Type | Description |
|---|---|---|
includeSystem | boolean | (Optional) 是否包含系统快捷键 |
Returns
Promise<Array<{ shortcutKey: TSYS_ShortcutKeys; title: string; documentType: ESYS_ShortcutKeyEffectiveEditorRange[]; scene: ESYS_ShortcutKeyEffectiveEditorScene[] }>>
快捷键列表