Sign In Download Free
Getting Started

Keyboard Shortcuts

Drive Sutido from the keyboard — execution, documents, editor and grid.

Query Execution

ShortcutAction
Ctrl+EnterRun selection — with nothing selected, what Options → Editing → Run says: the whole script, or the statement at the cursor
F5Run all
F6Run statement at cursor

Window

ShortcutAction
Ctrl+= / Ctrl+-Zoom in / out, in steps of ten percent
Ctrl+0Back to 100 %

Tabs

ShortcutAction
Ctrl+ESwitch tab — search the open tabs by name or connection, most recently used first
Ctrl+TNew tab
Ctrl+WClose the current tab, unless it is pinned
Ctrl+Shift+TReopen the tab you closed last
Ctrl+1Ctrl+9Jump to the pinned tab in that place

Right-click a tab to pin it, rename it, duplicate it, or close the others. A pinned tab becomes a numbered chip at the front of the strip, in its connection's colour, and stays there whatever the rest of the strip does. The number is its place and its shortcut: Ctrl+3 goes to the third one. The name is on hover, because no way of cutting a name to chip width works for every way people name things — the part that identifies Entity.Administration.User is at the end, and the part that identifies accessanomaly.2026-08-06 is at the start.

A pin is a promise, so the wheel click will not close one, nor will Ctrl+W, the tab limit will not evict it, and neither will the bulk closes. Its own Close still does.

Documents

ShortcutAction
F3View selected document (read-only)
Ctrl+JEdit selected document
DeleteDelete selected documents (with preview)

Results Grid

ShortcutAction
Click / Shift+Click / Ctrl+ClickSelect rows (single, range, multi)
Click header / Ctrl+Click headerSelect one or more columns
Ctrl+ASelect every row in the grid
Ctrl+CCopy selection — one column as a value list, several as spreadsheet-ready TSV
Ctrl+Shift+CCopy selected rows as JSON
Double-click cellCopy just that cell's value
EscapeClear the selection

See Clipboard & Export for all the copy formats.

Editor

The editor is Monaco — the same editor VS Code uses — so its standard editing shortcuts work as you'd expect, including:

ShortcutAction
Ctrl+SpaceTrigger autocomplete
Ctrl+/Toggle line comment
Alt+Up / Alt+DownMove line up / down
Ctrl+Shift+KDelete line
Ctrl+FFind in editor
Ctrl+GGo to line

Customizing Shortcuts

The app-level shortcuts — Run selection, Run all, Run at cursor, Switch tab, View, Edit, Delete and Zoom — are rebindable: open Settings, pick the action, and press your preferred combination.

Tip: Ctrl+A is scoped: inside the grid it selects rows, inside the editor it selects your script text — it never selects the app UI itself.