Celiq
v0.12Open app โ†—
Docs/Getting Started/Keyboard shortcuts

Keyboard shortcuts

Every keyboard shortcut wired into Celiq โ€” global, Discover, Mosaics, and Studio โ€” plus the in-app shortcuts reference.

LuminaryWeaverTracerLensUpdated June 2026 ยท 4 min read
โœฆ
In this section
Part of Celiq's semantic layer platform. Connect your warehouse, model your data once, query it everywhere.
๐Ÿ’ก
Tip
What it is โ€” The full set of keyboard shortcuts Celiq responds to, across the app and inside Discover, Mosaics, and Studio.
When to use it โ€” Whenever you want to run, save, search, or navigate faster than reaching for the mouse.
Where to find it โ€” Press ? anywhere, or open your avatar menu (top right) โ†’ Keyboard shortcuts.
Who can use it โ€” Everyone: Luminary, Weaver, Tracer, and Lens.

Celiq wires keyboard shortcuts directly into the pages where they matter. A few work everywhere; the rest are scoped to a specific surface โ€” Discover, Mosaics, or Studio โ€” and only fire while you are on that page. This reference lists exactly what is wired today, so what you read here is what the app does.

Overview

There are four groups of shortcuts:

  • Global โ€” available on every page (toggle this reference, open the command palette, dismiss modals).
  • Discover โ€” run, save, and focus the filter zone while building a query; copy and search inside the results table.
  • Mosaics โ€” re-run every tile, and undo a layout change while editing a mosaic.
  • Studio & Notebooks โ€” run the focused SQL cell.

You can open the in-app Keyboard shortcuts reference at any time by pressing ? (when you are not typing in a text field). It is a quick reminder of the most common keys.

When to use it

Reach for shortcuts when you are doing the same action repeatedly โ€” running a query while you iterate on filters, saving as you go, copying a value out of a results table, or refreshing a whole mosaic after the underlying data changed. They remove the round-trip to a button and keep your hands on the keyboard.

Concepts

TermMeaning
ModifierโŒ˜ (Command) on macOS or Ctrl on Windows/Linux. Both are accepted everywhere a modifier is shown.
Global shortcutFires on any page. Listens at the window level.
Scoped shortcutOnly active on a specific page (for example, the Mosaics re-run key works only while you are viewing a mosaic).
Text-field guardMost shortcuts deliberately do nothing while your cursor is in an input, textarea, or select, so you can type normally without triggering an action.

Getting started

No setup is required โ€” shortcuts are always on. To see the built-in reference:

  • Press ? anywhere outside a text field, or
  • Click your avatar in the top-right corner and choose Keyboard shortcuts.

Press ? again, click outside the panel, or press Esc to close it.

Step-by-step

1

Open the shortcuts reference

Press ? on any page (make sure your cursor is not in a text box). The Keyboard Shortcuts panel opens over the current page. You can also reach it from the avatar menu โ†’ Keyboard shortcuts.

2

Open the command palette

Press โŒ˜ K (or Ctrl K) to open the command palette and jump to a feature or action by typing.

3

Run and save in Discover

On a Discover query, press โŒ˜ Enter to run, โŒ˜ S to open the save dialog, and โŒ˜ / to expand and focus the filter zone.

4

Work the results table

Click a cell in the results table, then press โŒ˜ C to copy that cell's formatted value. Press โŒ˜ F to open in-table search.

5

Refresh and undo in Mosaics

While viewing a mosaic, press R to re-run every tile. While in edit mode, press โŒ˜ Z to undo your last layout change.

6

Dismiss anything

Press Esc to close the shortcuts reference, the command palette, table search, fullscreen, or other open panels.

Reference

Global

ActionmacOSWindows / Linux
Toggle the keyboard shortcuts reference??
Open the command paletteโŒ˜ KCtrl K
Close the open modal / panelEscEsc

Discover

ActionmacOSWindows / Linux
Run the queryโŒ˜ EnterCtrl Enter
Save the queryโŒ˜ SCtrl S
Focus the filter zoneโŒ˜ /Ctrl /
Copy the selected results cellโŒ˜ CCtrl C
Search inside the results tableโŒ˜ FCtrl F

Mosaics

ActionmacOSWindows / Linux
Re-run every tile (viewing a mosaic)RR
Undo the last layout change (edit mode)โŒ˜ ZCtrl Z

Studio & Notebooks

ActionmacOSWindows / Linux
Run the focused SQL cellโŒ˜ EnterCtrl Enter

Examples

Say you are tuning a Discover query against your orders data. A typical keyboard-only loop:

  1. Adjust attributes or metrics.
  2. Press โŒ˜ Enter to run.
  3. Press โŒ˜ / to expand the filter zone and tighten a filter.
  4. Run again with โŒ˜ Enter.
  5. Click the cell you care about and press โŒ˜ C to copy its value.
  6. Press โŒ˜ S to save once it looks right.

In Studio or a Notebook, you can keep the same rhythm. With your cursor in a SQL cell:

sql
select region, sum(revenue) as revenue
from orders
group by region
order by revenue desc

Press โŒ˜ Enter (or Ctrl Enter) to run that cell without leaving the editor.

Best practices

  • Learn the four you'll use most first: โŒ˜ Enter (run), โŒ˜ S (save), โŒ˜ K (command palette), and ? (this reference).
  • Use โŒ˜ K as your default way to move between features โ€” it is faster than the navigation menus once it is muscle memory.
  • In Mosaics, prefer R over reloading the browser when data has changed; it re-runs the tiles without a full page reload.

Tips

๐Ÿ’ก
Tip

Most shortcuts intentionally ignore key presses while you are typing in an input, textarea, or select โ€” so ? in a filter box types a question mark instead of opening this reference, and R in a search field types an "r". Click outside the field first if a shortcut isn't firing.

Common mistakes

โš ๏ธ
Warning
  • Expecting R to work anywhere. It only re-runs tiles while you are viewing a mosaic. It does nothing on other pages, and nothing while you are typing in a field.
  • Expecting โŒ˜ Z to undo data, not layout. In Mosaics it only undoes layout changes, and only while you are in edit mode.
  • Expecting โŒ˜ C to copy the whole table. It copies the value of the single results cell you have selected โ€” click a cell first.
  • Pressing ? with your cursor in a text box. It types a question mark instead of opening the shortcuts reference.

Troubleshooting

SymptomCauseFix
? types a ? instead of opening the referenceYour cursor is in an input, textarea, or selectClick outside the field, then press ?. Or open it from the avatar menu โ†’ Keyboard shortcuts.
R does nothing in a mosaicYou are in the mosaic list view, not viewing a single mosaic; or your cursor is in a text fieldOpen a mosaic so you are in detail view, click on empty space, then press R.
โŒ˜ R reloads the browser instead of re-running tilesThe re-run shortcut is the plain R key; โŒ˜ R / Ctrl R is left to the browser on purposePress R with no modifier to re-run tiles.
โŒ˜ Z doesn't undo a layout changeYou are not in mosaic edit mode, or your cursor is in a text fieldEnter edit mode on the mosaic, click outside any field, then press โŒ˜ Z.
โŒ˜ C copies nothing in the results tableNo cell is selectedClick a cell first, then press โŒ˜ C.
โŒ˜ Enter doesn't run a Notebook/Studio cellYour cursor is not inside the cell's editorClick into the SQL cell editor, then press โŒ˜ Enter.