Keyboard Shortcuts
1 - SQL Query
- Ctrl + Up/Down = Moves between document markes
- Ctrl + Return = Executes the selected text or all the text
- F8 = Shows or hides the new line character
- F7 = Explains the SELECT statement, it means the all the columns are placed in the SELECT statement
- F9 = Explains the INSERT statement, it means the all the columns are placed in the VALUES clause
- Shift + F7 = Explains the SELECT statement, it means the all the columns are placed in the SELECT statement with an alias
- All the Keyboard Shortcuts in 2 - Text Editor
2 - Text Editor
- Operating system "Open" shortcut = Opens a file
- Operating system "Save" shortcut = Saves a file
- Operating system "Save As" shortcut = Saves a file as a new one
- Operating system "Copy" shortcut = Copies the selected text
- Operating system "Cut" shortcut = Cuts the selected text
- Operating system "Paste" shortcut = Pastes the copied text
- Operating system "Undo" shortcut = Undo the last action
- Operating system "Redo" shortcut = Redo the last action
- Operating system "Zoom In" shortcut = Zooms in
- Operating system "zoom Out" shortcut = Zooms out
- Operating system "Select All" shortcut = Selects all text
- Operating system "Print" shortcut = Prints the document
- Ctrl + 0 = Resets the zoom
- F12 = Enables/Disables the word wrap mode
- Ctrl + L = "Go to line" option
- F5 = Reloads the file
- F6 = Refills the MariaDB symbol list for completion
- F11 = Disables completion
- F10 = Shows/Hides line numbers
- Ctrl + Delete = Cuts the current line
- Ctrl + D = Comments/Uncomments the selected text
- F12 = Shows the current list of symbols
- Ctrl + Space = Shows completion box
- Ctrl + M = Shows the Code Snippet completion box
- Drop = Drop a file on the editor to open it