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.
查询快捷键列表
Signature
typescript
getShortcutKeys(includeSystem?: boolean): Promise<Array<{
shortcutKey: TShortcutKeys;
title: string;
documentType: Array<ESYS_ShortcutKeyEffectiveEditorDocumentType>;
scene: Array<ESYS_ShortcutKeyEffectiveEditorScene>;
}>>;
1
2
3
4
5
6
2
3
4
5
6
Parameters
Parameter | Type | Description |
---|---|---|
includeSystem | boolean | (Optional) 是否包含系统快捷键 |
Returns
Promise<Array<{ shortcutKey: TShortcutKeys; title: string; documentType: Array<ESYS_ShortcutKeyEffectiveEditorDocumentType>; scene: Array<ESYS_ShortcutKeyEffectiveEditorScene>; }>>
快捷键列表