Components
← All components

Command Palette

stimeo--command-palette

An accessible command launcher. Combines Dialog + Combobox with virtual focus, roving keys, focus traps, and inline filtering.

  • Dialog (Modal)
  • Combobox

The stimeo--command-palette controller implements a highly interactive launcher dashboard. It conforms to WAI-ARIA Dialog and Combobox (listbox with autocomplete) patterns. A global shortcut (mod+k or Cmd/Ctrl+K) toggles visibility, trapping focus in the input. Search results filter options case-insensitively, and navigation is completely keyboard-operable using ArrowUp/ArrowDown, utilizing `aria-activedescendant` for roving virtual focus.

running

Or press Cmd+K / Ctrl+K to open it from anywhere.

Keyboard

KeyAction
Cmd+K / Ctrl+K Toggle the visibility of the command palette from anywhere.
↓ / ↑ Move virtual focus between command options (roving activedescendant).
Enter Select the virtually focused command option.
Esc Close the command palette and restore focus to the previous active element.
Tab / Shift+Tab Trapped within the search input and close button (focus trap).