Keyboard Shortcuts
Keyboard shortcuts for functions supported by Dremio are available for macOS, Windows, and Linux.
SQL Editor
While using the SQL editor on the SQL Runner page or Datasets page, you can use shortcuts for commonly used actions, as shown in the following table:
Function | macOS Shortcut | Windows/Linux Shortcut |
---|---|---|
Run | Cmd + Shift + Enter | Ctrl + Shift + Enter |
Preview | Cmd + Enter | Ctrl + Enter |
Comment Out/In | Cmd + / | Ctrl + / |
Find | Cmd + f | Ctrl + f |
Trigger Autocomplete | Ctrl + Space | Ctrl + Space |
Format Query | Cmd + Shift + f | Ctrl + Shift + f |
Delete Line | Cmd + Shift + k | Ctrl + Shift + k |
Toggle Text-to-SQL Panel | Cmd + Opt + t | Ctrl + Alt + t |
Trigger Text-to-SQL | Shift + Enter | Shift + Enter |