Overview

The command palette is the fastest way to navigate and perform actions in Obeya Cloud. Press Cmd+K / Ctrl+K to open it from anywhere in the application.

Search Mode

By default, the command palette opens in search mode. Start typing to search across:
  • Items across all boards
  • Boards and Projects
  • People in your organization
  • Settings pages
  • Recent items you have visited
Results appear instantly as you type. Press Enter to open the selected result, or use arrow keys to navigate.

Command Mode

Type > to switch to command mode. Commands let you perform actions without navigating through menus:
> Go to Home
> Go to Settings
> Go to Notifications
> Go to Board: [board name]
> Go to Project: [project name]
> Switch Workspace: [workspace name]

Creation Commands

> Create Item
> Create Board
> Create Project
> Create Workspace
> Create Form

View Commands

> Switch to Board View
> Switch to Table View
> Switch to Timeline View
> Switch to Calendar View
> Switch to Visual Board
> Toggle Sidebar
> Toggle Dark Mode
> Toggle Full Screen

Action Commands

> Filter by: [column] [operator] [value]
> Sort by: [column]
> Group by: [column]
> Export Board as CSV
> Export Board as PDF
> Import from CSV
> Clear All Filters
You do not need to type the full command. Fuzzy matching finds the closest match. For example, typing “cri” matches “Create Item”.

Recent Actions

The command palette remembers your most frequently used commands and shows them at the top of the list when you open it. This makes your personal workflow faster over time.

Contextual Commands

Commands adapt to your current context. When viewing a board, you see board-specific commands. When editing an item, you see item-specific commands:
  • Add Column
  • Add Group
  • Board Settings
  • Share Board
  • Duplicate Board
  • Export Board
  • Assign to…
  • Set Status…
  • Set Priority…
  • Move to Group…
  • Move to Board…
  • Duplicate Item
  • Archive Item
  • Copy Link
  • Search across all boards
  • Navigate to any page
  • User preferences
  • Theme settings
  • Language settings

Keyboard Navigation

KeyAction
Cmd/Ctrl + KOpen command palette
Arrow Up/DownNavigate results
EnterExecute selected command
EscapeClose command palette
>Switch to command mode
Backspace (when empty)Switch back to search mode
TabAutocomplete selected suggestion

Custom Commands

Admins can create custom commands that appear in the command palette for all organization members. Go to Admin > Command Palette > Custom Commands to add shortcuts to frequently used workflows, external URLs, or automation triggers.
Custom commands support variables like {current_board}, {current_user}, and {selected_items} to make them context-aware.