app/commands.md +4 −4
5## Keyboard shortcuts5## Keyboard shortcuts
6 6
7| | Action | macOS shortcut |7| | Action | macOS shortcut |
88| --- | --- | --- || ----------- | ------------------ | --------------------------------------------------------------------------------- |
9| **General** | | |9| **General** | | |
10| | Command menu | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>Cmd</kbd> + <kbd>K</kbd> |10| | Command menu | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>Cmd</kbd> + <kbd>K</kbd> |
11| | Settings | <kbd>Cmd</kbd> + <kbd>,</kbd> |11| | Settings | <kbd>Cmd</kbd> + <kbd>,</kbd> |
36 36
37You can also explicitly invoke skills by typing `$` in the thread composer. See [Skills](https://developers.openai.com/codex/skills).37You can also explicitly invoke skills by typing `$` in the thread composer. See [Skills](https://developers.openai.com/codex/skills).
38 38
3939Enabled skills also appear in the slash command list (for example, `/imagegen`).Enabled skills also appear in the slash command list.
40 40
41### Available slash commands41### Available slash commands
42 42
53The Codex app registers the `codex://` URL scheme so links can open specific parts of the app directly.53The Codex app registers the `codex://` URL scheme so links can open specific parts of the app directly.
54 54
55| Deeplink | Opens | Supported query parameters |55| Deeplink | Opens | Supported query parameters |
5656| --- | --- | --- || ----------------------------- | --------------------------------------------- | ---------------------------------------- |
57| `codex://settings` | Settings. | None. |57| `codex://settings` | Settings. | None. |
58| `codex://skills` | Skills. | None. |58| `codex://skills` | Skills. | None. |
59| `codex://automations` | Inbox in automation create mode. | None. |59| `codex://automations` | Inbox in automation create mode. | None. |
62 62
63For new-thread deeplinks:63For new-thread deeplinks:
64 64
6565- `prompt` prefills the composer.- `prompt` sets the initial composer text.
66- `path` must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.66- `path` must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.
67- `originUrl` tries to match one of your current workspace roots by Git remote URL. If both `path` and `originUrl` are present, Codex resolves `path` first.67- `originUrl` tries to match one of your current workspace roots by Git remote URL. If both `path` and `originUrl` are present, Codex resolves `path` first.
68 68