Appearance
Shortcut 类提供了一个静态方法 register,用于注册快捷键命令及其对应的回调函数。
Shortcut
register
注意,目前仅在 background 类型的指令中能使用。
background
import { Shortcut } from 'sofast-extensions';
Promise<void>
cmd: string
callback: (v: any) => void