# Keyboard shortcuts ## Command palette ```{eval-rst} .. list-table:: :widths: 25 25 :header-rows: 1 :align: left * - Key(s) - Action * - :kbd:`Control`/:kbd:`Command` + :kbd:`K` - Open command palette * - :kbd:`↑`/:kbd:`↓` - Navigate command palette commands * - :kbd:`PageUp`/:kbd:`PageDown` - Navigate command palette commands * - :kbd:`Escape` - Dismiss command palette ``` ## Pipeline editor ```{eval-rst} .. list-table:: :widths: 25 25 :header-rows: 1 :align: left * - Key(s) - Action * - :kbd:`Space` + click + drag - Pan canvas * * - Scroll up/down - Pan the canvas up/down * * - Scroll left/right - Pan the canvas left/right * * - :kbd:`Shift` + scroll up/down - Pan the canvas left/right * * - :kbd:`Shift` + scroll left/right - Pan the canvas up/down * * - :kbd:`Ctrl` (or :kbd:`⌘`) + scroll up/down - Zoom in/out * * - :kbd:`Ctrl` + click - Select multiple steps * - :kbd:`Ctrl` + :kbd:`A` - Select all steps * * - :kbd:`Ctrl` + :kbd:`Enter` - Run selected steps * * - :kbd:`H` - Center view and reset zoom * - :kbd:`Escape` - Deselect steps * - :kbd:`Delete`/:kbd:`Backspace` - Delete selected step(s) * - Double click a step - Open file in JupyterLab ``` \* Requires mouse to hover the pipeline viewport