TVL Managed Superset

Apache Superset Keyboard Shortcuts: Productivity 2026

All Apache Superset keyboard shortcuts to gain productivity in SQL Lab and dashboards.

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

ShortcutAction
Ctrl+EnterRun query
Ctrl+Shift+EnterRun query selection
Ctrl+SpaceAuto-complete
Ctrl+SSave query
Ctrl+/Comment / uncomment line
Ctrl+ZUndo
Ctrl+Shift+ZRedo
Ctrl+FFind in query
TabIndent selection
Shift+TabOutdent selection

If you want a ready instance, TVL Managed Superset activates all shortcuts by default.

2. Dashboard shortcuts

ShortcutAction
eToggle Edit mode
rRefresh dashboard
fFocus filter bar
?Show shortcuts help
Ctrl+SSave dashboard (in edit mode)

3. Chart editor shortcuts

ShortcutAction
Ctrl+EnterRun query / Update chart
Ctrl+SSave chart
EscClose panels

4. Global navigation

ShortcutAction
g+dGo to Dashboards
g+cGo to Charts
g+sGo 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.