Home > SYS_ShortcutKey > getShortcutKeys
SYS_ShortcutKey.getShortcutKeys() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
查询快捷键列表
签名
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
参数名
参数 | 类型 | 描述 |
---|---|---|
includeSystem | boolean | (Optional) 是否包含系统快捷键 |
返回值
Promise<Array<{ shortcutKey: TShortcutKeys; title: string; documentType: Array<ESYS_ShortcutKeyEffectiveEditorDocumentType>; scene: Array<ESYS_ShortcutKeyEffectiveEditorScene>; }>>
快捷键列表