set_hotkey
Rebind an action key (toggle recording, paste transcript, paste clipboard, show/hide, quick translate) to a custom keyboard shortcut using Electron accelerator format.
Instructions
Rebind a keyboard shortcut. Action keys: toggleRecording, pasteTranscript, pasteClipboard, showHide, quickTranslate. Accelerator format is Electron-style (e.g. "CommandOrControl+Shift+Space", "Alt+W"). Triggers an immediate re-registration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Which action to rebind. | |
| accelerator | Yes | Electron accelerator (e.g. "CommandOrControl+Shift+Space"). Avoid reserved combos. |