Agent GridAgent Grid Docs
Reference

Keyboard shortcuts

Every keyboard shortcut in Agent Grid, grouped by the focus context it applies to.

This is the full keyboard-shortcut reference. Shortcuts are grouped by the focus context they fire in — what works on the canvas is different from what works inside a terminal pane or the voice overlay.

The chips below auto-detect your OS (Cmd on macOS, Ctrl on Windows / Linux). Use the switcher to view the other platform's bindings without changing system.

Global

These work anywhere in the app window, regardless of which pane has focus.

ShortcutAction
CmdTCtrlTNew space (tab)
CmdWCtrlWClose the active space
CmdShiftTCtrlShiftTReopen the last closed space
CmdZCtrlZUndo space close
CmdShiftZCtrlShiftZRedo space close
Cmd\Ctrl\Toggle the workspace explorer sidebar
CmdShift2CtrlShift2Zoom-and-center on the focused or selected pane
CmdFCtrlFFocus the workspace-explorer search field

Space close undo/redo ignores key events that originate inside a text input — typing CmdZCtrlZ in a terminal or a note still triggers in-editor undo, not space undo.

Canvas

These fire when the infinite canvas has focus and no pane is being typed into.

Background canvases for inactive spaces never intercept shortcuts. Only the active space's canvas listens.

ShortcutAction
Cmd=Ctrl= (also Cmd+Ctrl+)Zoom in
Cmd-Ctrl- (also Cmd_Ctrl_)Zoom out
CmdScrollCtrlScrollZoom under the cursor
SpaceSpace (hold) + dragPan the canvas (Figma-style)
CmdNCtrlNOpen the spawn menu at the cursor
CtrlShiftGCtrlShiftGSpawn a Git pane at the cursor (falls back to canvas center)
Cmd1Ctrl1Cmd9Ctrl9Spawn a pane by type at the cursor — mirrors the spawn-menu order. See Spawn menu.
Cmd0Ctrl0Insert media — opens the file picker and drops image/video panes at the cursor
DeleteDelete / CmdBackspaceCtrlBackspaceDelete the selected pane(s)
CmdRCtrlRRename the selected pane (Figma convention). When the selected pane is a Browser, this reloads the webview instead — see Pane content — Browser.
EscEscClear selection and close any open menu

On macOS the zoom shortcuts are also wired through the Electron View menu, so they work even when focus is inside a pane. Reset Zoom lives on the View menu rather than a keybinding.

CmdRCtrlR no longer reloads the Electron window — a desktop app has no use case for refreshing its own renderer, and the chord destroyed in-progress state on reflex hits. Developers who need to reload the renderer can open DevTools with CmdAltICtrlShiftI and use the context menu.

Pane content — Terminal / Claude / Codex

Active when a terminal-backed pane (Claude, Codex, Antigravity, or a plain terminal) is focused.

ShortcutActionNotes
ShiftEnterShiftEnterInsert a newline in Claude Code's promptAgent Grid intercepts and sends ESC+CR so the Claude CLI sees a newline instead of submit. Only fires inside Claude panes.
CmdHome / CmdEndJump to start / end of linemacOS sends Home / End escape sequences in TUIs (Claude, Codex) and CtrlACtrlA / CtrlECtrlE in shells. Windows / Linux already have Home / End on the physical keys.
CmdPgUp / CmdPgDnPrevious / next in historymacOS sends PageUp / PageDown in TUIs and CtrlPCtrlP / CtrlNCtrlN in shells. On Windows / Linux use the physical PgUp / PgDn keys.

Other standard terminal chords (CtrlCCtrlC, CtrlDCtrlD, CtrlLCtrlL, CtrlRCtrlR, and so on) are passed straight through to the PTY by xterm.

Pane content — Browser

Active when a browser pane is focused.

ShortcutAction
CtrlScrollAltScrollPinch-zoom inside the browser pane (the canvas does not zoom)
CmdRCtrlRReload the webview (browser convention — overrides the global Rename binding for browser panes)

Voice

The call overlay is opened by clicking the Phone / Call button in a Claude pane's header — there is no global shortcut to open it. The shortcuts below apply once the overlay is open or, for push-to-talk, globally as an OS hotkey.

CmdMCtrlM toggles mute inside the open call overlay. It does not open or close the overlay. macOS additionally reserves ⌘M for Minimize, so if you rebind onto it Agent Grid will warn you. To start a voice session, click the Phone button on the target Claude pane.

ShortcutAction
CmdMCtrlMToggle mute inside the open call overlay
EscEscDismiss the call overlay when it's open
Hold Left Alt (configurable)Push-to-talk. Captured as a global OS hotkey so it works even when Agent Grid isn't focused. Rebind from Settings.

The push-to-talk key can be remapped to any single key (letters, digits, F-keys, modifiers, punctuation, navigation cluster, numpad). Left and right modifier variants are distinguished.

On Wayland sessions push-to-talk may miss events when focus is on a native-Wayland window. Click the dictation indicator manually as a fallback. See Troubleshooting.

Source control

Active inside the source-control pane's commit-message editor.

ShortcutAction
CmdEnterCtrlEnterCommit the staged changes

Workspace explorer

Active inside the left-rail sidebar.

ShortcutAction
CmdFCtrlFFocus the search field
EnterEnterOpen / focus the highlighted pane
SpaceSpaceToggle expand on the highlighted group
EscEscClear the search query

Notes on focus and text inputs

A few shortcuts deliberately stand down when focus is inside a text input — an <input>, a <textarea>, a contenteditable element, or xterm's helper textarea:

  • CmdZCtrlZ / CmdShiftZCtrlShiftZ defers to in-editor undo / redo rather than undoing a space close.
  • Canvas SpaceSpace-to-pan never grabs the spacebar while you're typing.

On this page