Skip to content

Hotkeys

Kangentic’s keyboard and mouse shortcuts are managed in one place. This page lists the defaults and how to rebind them. Shortcuts below display in your platform’s form (Cmd on macOS, Ctrl everywhere else).

Every keyboard shortcut in Kangentic lives in a central keybinding registry, and most can be rebound from Settings > Hotkeys (see Customizing Keybindings below). The defaults:

ShortcutAction
Ctrl+Shift+P / Cmd+Shift+PToggle the Command Terminal window
Ctrl+Shift+F / Cmd+Shift+FOpen Quick Find
Ctrl+F / Cmd+FFind on Board - focuses the board toolbar search, or opens Quick Find when you’re not on the board (suppressed inside focused text fields)
Ctrl+F / Cmd+F (in a Conversation viewer)Find in Conversation - opens in-viewer search inside the focused conversation window, shadowing Find on Board while that window has focus
Ctrl+Shift+S / Cmd+Shift+SToggle the settings panel
Ctrl+Shift+U / Cmd+Shift+UToggle the Usage Stats Dashboard
Ctrl+Shift+M / Cmd+Shift+MToggle the Agent Monitor - while a task detail window, Command Terminal, or conversation window is focused, this combo maximizes that panel instead (see Task Detail below)
Ctrl+Shift+B / Cmd+Shift+BSwitch between the Board and Backlog views
Ctrl+Shift+E / Cmd+Shift+EToggle the project sidebar
Ctrl+Shift+J / Cmd+Shift+JCollapse or expand the bottom terminal panel
Ctrl+N / Cmd+NOpen the New Task dialog on the board
EscapeClose any open dialog, dismiss the search palette, close the Agent Monitor, exit Inspect mode, or cancel an in-progress window drag
ShortcutAction
Mouse Back button (hold)Push-to-talk voice dictation into the focused text field or terminal - hold to speak, release to insert. Defaults to the mouse Back button; rebindable to another mouse button or a keyboard chord

The task detail opens as a modeless window you can drag, resize, snap, and tile over the board.

ShortcutAction
Ctrl+Shift+M / Cmd+Shift+MMaximize or restore the open panel (task detail window or Command Terminal) - takes precedence over the Agent Monitor toggle while a panel is focused
Ctrl+Shift+W / Cmd+Shift+WClose the open panel (task detail window or Command Terminal)
Ctrl+Shift+Left / Cmd+Shift+Left or Ctrl+Shift+Right / Cmd+Shift+RightSnap the focused task window to the left or right half (stateful snap - combine with Up/Down to build corners)
Ctrl+Shift+Up / Cmd+Shift+Up or Ctrl+Shift+Down / Cmd+Shift+DownSnap up to maximize (or to the top corner of a half), snap down to restore (or to the bottom corner)
Drag the title barDock the window by pointer. Run the cursor into the left, right, or bottom edge of the board area to snap that half, into the top edge to maximize, or over another window to tile beside it. Over a window, the left and right thirds dock to that side at any height, and the middle third docks above or below depending on which half you point at
Escape (while dragging)Abandon the drag: the window returns to where it started and nothing docks
Middle-click title barClose the focused task window (rebindable to another mouse button or a keyboard chord)
Ctrl+Shift+B / Cmd+Shift+BToggle the Browser pane (inside the task detail window, where it shadows the Board/Backlog toggle)
Ctrl+Shift+G / Cmd+Shift+GToggle the Changes (diff) panel inside the task detail window
Ctrl+Shift+K / Cmd+Shift+KToggle the Description peek side panel inside the task detail window
Ctrl+B / Cmd+B, Ctrl+I / Cmd+I, Ctrl+K / Cmd+KBold, italic, or link the selection in the description editor (display-only; fixed)
Ctrl+Shift+V / Cmd+Shift+VPaste as plain text in the description editor (display-only; fixed)

Navigate the Changes panel from the keyboard while a task window is focused.

ShortcutAction
Alt+Down / Option+Down (also F7)Next change - rolls into the next file at a file’s last change
Alt+Up / Option+Up (also Shift+F7)Previous change - rolls into the previous file at a file’s first change
Alt+Shift+Down / Option+Shift+DownSelect the next changed file
Alt+Shift+Up / Option+Shift+UpSelect the previous changed file
Ctrl+C / Cmd+CCopy the selected diff text. Fixed, not rebindable
ShortcutAction
Ctrl+Enter / Cmd+EnterSend the embedded browser capture to the active agent
Ctrl+D / Cmd+DToggle Draw mode in the embedded browser
Ctrl+I / Cmd+IToggle Inspect mode in the embedded browser
Ctrl+= / Cmd+=Zoom in the embedded browser (gated on pane hover or focus; the plus key works too)
Ctrl+- / Cmd+-Zoom out the embedded browser (gated on pane hover or focus)
Ctrl+0 / Cmd+0Reset embedded browser zoom to 100%
Ctrl+WheelStep zoom in the embedded browser webview (Ctrl on every platform)
F5 (also Ctrl+R / Cmd+R)Reload the embedded page

Copy and paste in the terminal look like the OS defaults but are handled by Kangentic, because a terminal has to reconcile them with the control codes that share the same keys. All four are fixed and cannot be rebound.

ShortcutAction
Ctrl+C / Cmd+C (also Ctrl+Shift+C / Cmd+Shift+C)Copy the selection. Ctrl+Shift+C / Cmd+Shift+C always copies
Ctrl+CInterrupt the running command (native SIGINT). This is why Ctrl+C / Cmd+C with no selection cancels instead of copying on Windows and Linux, where the two combos are the same keys
Ctrl+V / Cmd+V (also Ctrl+Shift+V / Cmd+Shift+V)Paste text, or an image from the clipboard
Ctrl+Enter / Cmd+EnterInsert a newline instead of submitting, for the Claude Code TUI

Fixed keys inside the board configuration dialog. They are not listed in Settings > Hotkeys.

ShortcutAction
Ctrl+PageDown / Cmd+PageDownSelect the next column, or the overview
Ctrl+PageUp / Cmd+PageUpSelect the previous column, or the overview
Ctrl+S / Cmd+SSave the dialog, the same as its Save button
ShortcutAction
Ctrl+Shift+D / Cmd+Shift+DToggle the activity-engine debug overlay. Works in shipped builds too, though the Hotkeys panel lists it only in development builds

Open Settings > Hotkeys to view and rebind shortcuts. The panel groups actions by area - General, Dictation, Task Detail, Git Changes, Windows, and Terminal - with each one’s current combo next to it.

Not every shortcut on this page appears there. Pane-scoped combos that are already surfaced as buttons are registered so they work but are left out of the panel to keep it scannable, which is why the embedded browser’s zoom, draw, inspect, and reload keys have no rows of their own. Those groups are dropped entirely rather than shown empty. The Developer group is the same story in reverse: it lists only in development builds, though its shortcut works everywhere.

  • Rebind - click a combo and press the new key combination, or click a mouse button. Keyboard bindings use the platform-primary modifier (Ctrl on Windows/Linux, Cmd on macOS); the middle and side mouse buttons are bindable too (the left and right buttons stay reserved for primary interaction).
  • Conflict detection - if two actions that can be active at the same time resolve to the same combo, the panel flags the conflict so you can pick a different binding.
  • Terminal warnings - rebinding an action onto a combo the embedded terminal consumes (like Ctrl+C or the paste combo) shows a warning, since the shortcut would not fire while the terminal is focused.
  • Fixed bindings - some combos are display-only and cannot be rebound, because the surface that owns them handles the key directly: Escape (dialog dismissal), the terminal copy, paste, and interrupt combos, Ctrl+C / Cmd+C in the diff viewer, the description editor’s Ctrl+B / Cmd+B, Ctrl+I / Cmd+I, and Ctrl+K / Cmd+K, every embedded-browser pane key listed above, and the Edit Columns dialog keys below.

Hotkey overrides are stored per-machine in the global config (hotkeyOverrides) and are not shared per-project.

See also:

Kangentic is free and open source. A star helps other people find it.

Star on GitHub