Fleet view shortcuts for group view, external editor and pinning now resolve through named keybinding actions instead of fixed keys.
Keyboard shortcuts in the background-agent (fleet) view for switching group view, opening the external editor, and toggling a pin are no longer hardcoded to ctrl+s/ctrl+g/ctrl+t. They now resolve through a keybindings table lookup using named actions: agents:switchView, chat:externalEditor, and agents:togglePin.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| `chat:externalEditor` | Ctrl+G, Ctrl+X Ctrl+E | Open in external editor. The [agent view dispatch input](/docs/en/agent-view#keyboard-shortcuts) follows this action's single-keystroke bindings too |keybindings see the edit
Anthropic's documentation has since written up chat:externalEditor, on Customize keyboard shortcuts.