Group of 2 Use it now Notable
A new Pane keybinding context lets you scroll, page, and jump within a pane using tab, arrows, and page/home/end keys
What
A new "Pane" keybinding context has been added. It maps:
- Tab/Shift+Tab to move to the next/previous pane (
abovePrompt:next/previous) - Enter/Escape to press/leave a pane
- Arrow, page, home, and end keys to six new pane-scrolling actions:
pane:scrollUp,pane:scrollDown,pane:pageUp,pane:pageDown,pane:top, andpane:bottom, shown in the UI as "scroll", "page up", "page down", "top", and "bottom"
Why
This gives keyboard users a consistent way to navigate and scroll within panes, and these keys can now be customized like other Claude Code keybindings.
Names in the bundlePane
Documented inclaude-code/keybindings
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.
Confirmed since
Anthropic's documentation has since written up Pane, on Compliance API.
- `OrgCoworkBrowserPaneDisabled object`api/compliance see the edit
Added since
A small documentation edit on Customize keyboard shortcuts touched a line naming Pane after this was published.
Claude Code binds these default chords on the `ctrl+x` prefix: `ctrl+x ctrl+k`, `ctrl+x ctrl+e`, `ctrl+x enter`, `ctrl+x ctrl+a`, and `ctrl+x tab` in `Chat`, `ctrl+x ctrl+b` in `Task`, and `ctrl+x b` in `DiffPanel`. The `ctrl+x enter` chor…keybindings see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
A small documentation edit on Customize keyboard shortcuts touched a line naming Pane after this was published.