Skip to content

Shortcuts

Shortcuts are custom commands that appear in the task detail dialog. Click a shortcut to launch an editor, open a git tool, run a script, or anything else you can do from the command line.

These shortcuts work anywhere in the application:

ShortcutAction
Ctrl+Shift+P / Cmd+Shift+PToggle the Command Terminal overlay
Ctrl+F / Cmd+FToggle the board search bar (or focus it if already visible)
EscapeClose any open dialog, or clear the search query if the search bar is focused

Standard OS shortcuts (copy, paste, select all, etc.) work as expected in the terminal.

Open Settings > Shortcuts (per-project). You have two options:

  1. Presets — click the Presets dropdown to pick from built-in shortcuts for popular tools
  2. Add Shortcut — create a blank shortcut and fill in the label, command, and icon

Presets are filtered by your operating system. Available categories:

  • VS Codecode "{{cwd}}"
  • Cursorcursor "{{cwd}}"
  • Zed (macOS/Linux) — zed "{{cwd}}"
  • Sublime Textsubl "{{cwd}}"
  • WebStormwebstorm "{{cwd}}"
  • IntelliJ IDEAidea "{{cwd}}"
  • Visual Studio (Windows) — auto-detects via vswhere

Shortcut commands can use these placeholders, which are replaced at runtime:

VariableReplaced with
{{cwd}}Task’s working directory (worktree path or project root)
{{branchName}}Git branch name
{{taskTitle}}Task title (sanitized for shell safety)
{{projectPath}}Root project path

Each shortcut has a display setting that controls where it appears in the task detail dialog:

OptionWhere it appears
HeaderAs a pill button in the dialog title bar
MenuIn the three-dot kebab menu
BothIn both locations (default)

Use Header for shortcuts you use constantly, and Menu for less frequent ones to keep the title bar clean.

Click Add Shortcut to create your own. Fill in:

  • Label — display name (e.g., “Deploy to Staging”)
  • Command — any shell command with {{}} variables
  • Icon — pick from the icon palette
  • Display — where it appears (header, menu, or both)

Shortcuts can be reordered by dragging.

The Display setting controls where each shortcut appears in the task detail dialog:

  • Header — shows as a pill button in the dialog title bar, visible at all times. Best for shortcuts you use frequently (e.g., “Open in VS Code”).
  • Menu — appears only in the three-dot kebab menu. Best for less frequent shortcuts to keep the title bar clean.
  • Both (default) — appears in both locations.

Shortcuts have two scopes:

ScopeStored inShared via Git
Teamkangentic.jsonYes — everyone on the project sees them
Personalkangentic.local.jsonNo — local to your machine

Use team shortcuts for shared tools (editors, git workflows) and personal shortcuts for your own utilities.