Mastering Apache Superset's keyboard shortcuts saves real time for data analysts. Here are the essential shortcuts of SQL Lab, dashboards, and chart editor for 2026.
1. SQL Lab shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+Enter | Run query |
| Ctrl+Shift+Enter | Run query selection |
| Ctrl+Space | Auto-complete |
| Ctrl+S | Save query |
| Ctrl+/ | Comment / uncomment line |
| Ctrl+Z | Undo |
| Ctrl+Shift+Z | Redo |
| Ctrl+F | Find in query |
| Tab | Indent selection |
| Shift+Tab | Outdent selection |
If you want a ready instance, TVL Managed Superset activates all shortcuts by default.
2. Dashboard shortcuts
| Shortcut | Action |
|---|---|
| e | Toggle Edit mode |
| r | Refresh dashboard |
| f | Focus filter bar |
| ? | Show shortcuts help |
| Ctrl+S | Save dashboard (in edit mode) |
3. Chart editor shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+Enter | Run query / Update chart |
| Ctrl+S | Save chart |
| Esc | Close panels |
4. Global navigation
| Shortcut | Action |
|---|---|
| g+d | Go to Dashboards |
| g+c | Go to Charts |
| g+s | Go to SQL Lab |
(Configurable, not all enabled by default.)
This configuration is applied by default on TVL Managed Superset, which follows community best practices.
5. Additional tips
- Multi-tab SQL Lab: each tab has its own editor with query history;
- Drag & drop in the dashboard editor to reorganize;
- Resize charts in edit mode with the mouse;
- URL filters: copy the URL of a pre-filtered dashboard;
- Browser bookmarks on frequent SQL queries.
6. Customization
Some shortcuts are configurable via superset_config.py:
FEATURE_FLAGS = {
"DASHBOARD_KEY_VALUE_SHORTCUTS": True,
"SHORTCUT_HELP_DIALOG": True,
}
7. Conclusion
Keyboard shortcuts seem trivial but save 30-60 minutes per day for an analyst who spends their days in Superset. Investing 10 minutes to memorize the essentials of SQL Lab (Ctrl+Enter, Ctrl+/, Ctrl+S) is well worth it.
Want the benefits of Apache Superset without the friction of installation and maintenance? Deploy your instance in 3 clicks with TVL Managed Superset, hosted in Europe (OVHcloud, Roubaix, France).
For more: SQL Lab, first dashboard, best practices.