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.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.
Application shortcuts
| Shortcut | Action |
|---|---|
Ctrl+Enter / Cmd+Enter | Execute the SQL query in the editor |
Enter (data table search bar) | Apply the full-text search across table columns |
| Double-click cell | Open 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.