封鎖 >ShortcutRegistry >getShortcutNamesByKeyCode
ShortcutRegistry.getShortcutNamesByKeyCode() 方法
取得註冊至指定按鍵碼的捷徑。
Signature:
getShortcutNamesByKeyCode(keyCode: string): string[] | undefined;
參數
參數 | 類型 | 說明 |
---|---|---|
keyCode | 字串 | 序列化金鑰代碼。 |
傳回:
string[] |未定義
指定 keyCode 時要呼叫的快速鍵清單。如果沒有捷徑,則為未定義。