Keyboard Shortcuts
All keyboard shortcuts in SQL Cor. Print this page and keep it at your desk.
Query execution
| Shortcut | Action | Notes |
|---|---|---|
F5 | Execute query | Works anywhere on the Terminal page |
Ctrl + Enter | Execute query | Windows / Linux |
Cmd + Enter | Execute query | Mac |
Editor shortcuts
| Shortcut | Action | Notes |
|---|---|---|
Tab | Insert indentation | Useful for formatting multi-line queries |
Ctrl + A / Cmd + A | Select all text | Selects entire editor content |
Ctrl + Z / Cmd + Z | Undo | Undoes last change |
Ctrl + Y / Cmd + Y | Redo | Redoes undone change |
Ctrl + / / Cmd + / | Comment / uncomment line | Adds or removes -- prefix |
Navigation shortcuts
| Shortcut | Action | Notes |
|---|---|---|
Escape | Close modal / dialog | Closes ABOUT modal, confirm dialogs |
Browser shortcuts (for SQL Cor)
These are standard browser shortcuts that are useful when working with SQL Cor:
| Shortcut | Action | When to use |
|---|---|---|
Ctrl + Shift + R / Cmd + Shift + R | Hard refresh (bypass cache) | When SQL Cor shows blank page or after install |
Ctrl + F / Cmd + F | Find in page | Quick search in results table |
F12 | Open browser DevTools | When reporting a bug — check Console tab for errors |
Ctrl + C / Cmd + C | Copy selected text | Copy query text or result cell values |
No shortcuts (mouse only)
These actions currently have no keyboard shortcut — they require a mouse click:
| Action | Where |
|---|---|
| Clear editor | Clear button in toolbar |
| Toggle Dry Run | Dry Run button in toolbar |
| Switch theme | Theme toggle in header |
| Switch language | Language button in header |
| Open About | About button in header |
| Open Administration | Administration button (admins only) |
| Export results to CSV | Export button in results panel |
| Click log entry for details | Row click in Execution Logs table |
Printable quick reference card
┌─────────────────────────────────────────────────┐│ SQL Cor — Quick Shortcuts │├──────────────────┬──────────────────────────────┤│ F5 │ Execute query ││ Ctrl+Enter │ Execute query ││ Tab │ Indent ││ Ctrl+A │ Select all ││ Ctrl+Z │ Undo ││ Ctrl+Y │ Redo ││ Ctrl+/ │ Comment line ││ Escape │ Close modal │├──────────────────┴──────────────────────────────┤│ Ctrl+Shift+R │ Hard refresh browser ││ F12 │ Open DevTools │└─────────────────────────────────────────────────┘Related
- Feature Reference — full list of all buttons and UI elements
- User Guide — detailed editor documentation
- User Guide — toolbar buttons reference
SQL Cor — Secure SQL Workbench for Creatio. Free and open source. License: MIT.