Keyboard Shortcuts
- Command + H: Opens the history view, allowing you to see the past activities and executed queries.
- Command + R: Executes the currently open query in edit mode, useful for quickly testing and running SQL commands.
- Command + L: Displays the logs, essential for reviewing detailed records of activities and troubleshooting.
- Command + S: Saves the current query, a crucial shortcut for frequent saving and ensuring no work is lost.
- Command + Z: Activates the undo function, reversing the most recent action taken in the code.
- Command + F: Initiates a search either within the code or on the page, depending on whether the cursor is active in the Code Window.
- Ctrl + H: Accesses the history to review previous queries and actions.
- Ctrl + R: Runs the query that is currently being edited, facilitating quick testing and execution.
- Ctrl + L: Brings up the log entries, which is vital for checking detailed activity logs and diagnosing issues.
- Ctrl + S: Saves the ongoing work on the query, ensuring all modifications are retained.
- Ctrl + Z: Undoes the last action in the code, an essential feature for correcting mistakes promptly.
- Ctrl + F: Searches within the code or the entire page, depending on where the cursor is positioned, especially in the Code Window.