Deeplinks
VoiceHotkey 支援 URL Scheme,便於 Raycast、Keyboard Maestro、快捷指令等調用。
Scheme
Section titled “Scheme”- 主:
voicehotkey:// - 短:
vh://(等價)
| 作用 | URL |
|---|---|
| 開始語音輸入 | voicehotkey://start 或 …/start?mode=dictation |
| 開始翻譯 | voicehotkey://start?mode=translation |
| 開始命令 | voicehotkey://start?mode=command |
| 結束並處理 | voicehotkey://stop |
| 切換錄音 | voicehotkey://toggle(可帶 mode=) |
| 取消 | voicehotkey://cancel |
查詢參數別名:mode / mode_id / voice_mode 均可。語音輸入模式可用 dictation / typing / type / voice / input / d。
錄音動作別名(host):start≈record≈listen,stop≈end≈finish,cancel≈escape≈abort。
| 頁面 | URL |
|---|---|
| 通用設定 | voicehotkey://tab/settings 或 …/general |
| 熱鍵 | voicehotkey://tab/hotkey |
| 輸入模型 | voicehotkey://tab/models |
| 文字處理 | voicehotkey://tab/post-process |
| 語音命令 | voicehotkey://tab/commands |
| 檔案轉寫 | voicehotkey://tab/transcribe |
| 歷史 | voicehotkey://tab/history |
| 許可證 | voicehotkey://tab/license |
| 關於 | voicehotkey://tab/about |
| 詞替換 | voicehotkey://word-replacements |
已在錄音或處理中時,再發 start 會被忽略並提示忙碌(先結束或 Esc / cancel)。命令模式還受 啟用語音命令 總開關約束。
快捷 host
Section titled “快捷 host”與 tab/… 等價,適合啟動器:
| URL | 開啟 |
|---|---|
voicehotkey://settings |
通用 |
voicehotkey://history |
歷史 |
voicehotkey://word-replacements |
詞替換 |
路徑寫法亦可:voicehotkey:///start?mode=dictation。
若 App 尚未就緒,Deeplink 會排隊,在管線啟動後執行。
