Home > SYS_ShortcutKey > unregisterShortcutKey
SYS_ShortcutKey.unregisterShortcutKey() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
反注册快捷键
签名
typescript
unregisterShortcutKey(shortcutKey: TShortcutKeys): Promise<boolean>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
shortcutKey | 快捷键,不区分传入的排列顺序,将自动排序并查询匹配的快捷键 |
返回值
Promise<boolean>
反注册操作是否成功