Hotkey
The hotkey daemon is currently Windows-only. It registers one global shortcut and opens a new terminal window that runs the Codex picker for the working directory where the daemon was started.
sivtr hotkey startDefault chord:
alt+yOverride it when starting:
sivtr hotkey start --chord ctrl+shift+yOr configure it:
[hotkey]chord = "alt+y"Check status
Section titled “Check status”sivtr hotkey statusThe status output includes:
- daemon pid;
- chord;
- working directory;
- executable path when available.
sivtr hotkey stopIf the stored pid is stale, sivtr clears the state file.
Behavior
Section titled “Behavior”When the chord is pressed, the daemon launches:
sivtr hotkey-pick-codex --cwd <daemon-working-directory>That internal command opens the same selection workflow as:
sivtr copy codex --pick