Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.w22.dev/llms.txt

Use this file to discover all available pages before exploring further.

MySQL UI supports keyboard shortcuts to help you move faster without reaching for the mouse. The most impactful shortcut is running queries directly from the SQL editor — but several others are available throughout the interface.

Application shortcuts

ShortcutAction
Ctrl+Enter / Cmd+EnterExecute the SQL query in the editor
Enter (data table search bar)Apply the full-text search across table columns
Double-click cellOpen the cell edit dialog
The sidebar table filter (the Filter tables… box) updates the list as you type — no Enter key is needed. Only the data table search bar requires pressing Enter to trigger the search.
The SQL editor is built on CodeMirror and supports its standard text-editing shortcuts. This includes Ctrl+Z / Cmd+Z to undo, Ctrl+Y / Cmd+Y to redo, Ctrl+A / Cmd+A to select all, and standard cursor movement keys.
Ctrl+Enter / Cmd+Enter is the fastest way to iterate on SQL queries. You can write or edit a query and run it without moving your hands off the keyboard, making it much quicker to test and refine your SQL.