Home > SYS_ShortcutKey > unregisterShortcutKey
SYS_ShortcutKey.unregisterShortcutKey() 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
unregisterShortcutKey(shortcutKey: TShortcutKeys): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
shortcutKey | 快捷键,不区分传入的排列顺序,将自动排序并查询匹配的快捷键 |
Returns
Promise<boolean>
反注册操作是否成功