Skip to content

Commit fcc57cc

Browse files
authored
SQL 편집기 바로 가기 키 일람표 추가
1 parent ec4f88b commit fcc57cc

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

docs/0203-using-editor-advanced.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,85 @@ This section explains how to set SQL Alignment Options.
407407
- Space : Set to remove unnecessary whitespace, spaces around operators, spaces around commas, and spaces around brackets.
408408
- Stored Procedure : Set to align variable declaration and conditional statement, and line break and indent for parameters.
409409

410+
411+
## List of SQL Editor Shortcut Keys
412+
413+
Shortcut keys in SQL Editor can be customized.
414+
415+
### Execution Toolbar
416+
417+
| Button | Instruction | Shortcut Keys | Action |
418+
| --- | --- | --- | --- |
419+
| ![Run SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runSQL.png) | Run SQL | F5 | Run SQL. |
420+
| ![Run current SQL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runCurrentSQL.png) | Run Current SQL | Ctrl+Enter. Ctrl+F5 | Run the current SQL that is separated with other SQLs with a separator. |
421+
| ![Run the SubQuery block.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-subQueryBlock.png) | Run SubQuery block | Alt+F5 | Run the SubQuery block. |
422+
| ![Stop](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-stop.png) | Stop | ESC | Stop running SQL. |
423+
| ![Run current SQL and modify the data on the grid.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-runAndModifyCurrentSQL.png) | Run and Modify Current SQL | F6 | Run current SQL and modify the data on the grid. |
424+
| ![Run Execution plan](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-blockSQLExecutionPlan.png) | Run Current SQL Execution Plan | F7 | Run current SQL Execution Plan. |
425+
| ![IMAGE](https://s3.ap-northeast-2.amazonaws.com/sqlgate-manual-content/EA5C881671A89564872C8E5939221B79.jpg) | Block SQL Execution Plan | Alt+F7 | Run subquery block SQL Execution Plan. |
426+
| ![SQL History](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLHistory.png) | SQL History | F8 | Run SQL History. |
427+
| ![SQL History](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-showGrid.png) | Show Grid | F11 | Toggle/Collapse grid. |
428+
| ![SQL Alignment](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLAlignment.png) | SQL Alignment | F9 | Align SQL in SQL Editor. |
429+
| ![SQL Alignment Options](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLAlignmentOptions.png) | SQL Alignment Options | | Set SQL Alignment options. |
430+
| ![Move tab to right](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-moveTabToRight.png) | Move Tabs to Right | | Move the tab located at the bottom to the right. |
431+
432+
### Tab Toolbar
433+
434+
| Button | Instruction | Shortcut Keys | Action |
435+
| --- | --- | --- | --- |
436+
| ![Add Editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-addEditor.png) | Add Editor | Ctrl+Alt+N | Add Editor. |
437+
| ![Remove editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-removeEditor.png) | Remove Editor | Ctrl+Alt+D | Remove Editor. |
438+
| ![Previouse Editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-previousEditor.png) | Previous Editor | Ctrl+Alt+Left | Move to previous Editor. |
439+
| ![Next editor](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-nextEditor.png) | Next Editor | Ctrl+Alt+Right | Move to next Editor. |
440+
441+
### File Toolbar
442+
443+
| Button | Instruction | Shortcut Keys | Action |
444+
| --- | --- | --- | --- |
445+
| ![Open file](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-openFile.png) | Open File | Ctrl+O | Open file. |
446+
| ![Save as](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-saveAs.png) | Save as | | Save the file with a different name. |
447+
| ![Save](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-save.png) | Save | Ctrl+S | Save file. |
448+
| ![Print preview](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-printPreview.png) | Print Preview | Ctrl+P | View the file to see how it will be printed. |
449+
450+
### Editor Toolbar
451+
452+
| Button | Instruction | Shortcut Keys | Action |
453+
| --- | --- | --- | --- |
454+
| ![Undo](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-undo.png) | Undo | Ctrl+Z | Undo what has been done. |
455+
| ![Redo](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-redo.png) | Redo | Shift+Ctrl+Z | Redo what has been done. |
456+
| ![Cut](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-cut.png) | Cut | Ctrl+X | Cut to Clipboard. |
457+
| ![icon sql history copy to clipboard](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/SQLEditor/icon-sql-history-copy-to-clipboard.png) | Copy | Ctrl+C | Copy to Clipboard. |
458+
| ![Paste](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-paste.png) | Paste | Ctrl+V | Paste to Clipboard |
459+
| ![Paste from the code](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-pasteFromTheCode.png) | Paste from the code | | Paste from the following codes: Java, C, C#, ASP ,PHP, PB, VB, Delphi. |
460+
| ![Select all](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-selectAll.png) | Select all | Ctrl+A | Select all contents in the Editor. |
461+
| ![Clear ALL](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-clearAll.png) | Clear all | | Clear all contents from Editor.|
462+
| ![Delete](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-delete.png) | Delete | Del | Delete characters in Editor. |
463+
| ![Find](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-find.png) | Find | Ctrl+F | Find within the Editor. |
464+
| ![Find next](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findNext.png) | Find Next | F3 | 찾을 내용 다음 찾기를 실행합니다. |
465+
| ![Find all](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findAll.png) | Find All | | 찾을 내용 모두 찾기를 실행합니다.|
466+
| ![Find first](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findFirst.png) | Find First | | 찾을 내용을 처음부터 찾기를 실행합니다.|
467+
| ![Find last](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-findLast.png) | Find Last | | 찾을 내용의 마지막 찾기를 실행합니다. |
468+
| ![Replace](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-replace.png) | Replace | Ctrl+R | Find and replace the contents. |
469+
| ![Comment Block](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-commentBlock.png) | Comment Block | Ctrl+- | Comment the blocked lines. |
470+
| ![Uncomment block](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-uncommentBlock.png) | Uncomment Block | Shift+Ctrl+- | Uncomment the blocked lines. |
471+
| ![Indent](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-indent.png) | Indent | | Indent where the cursor is placed. |
472+
| ![Outdent](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-outdent.png) | Decrease Indent | Shift+Tab | Decrease indent where the cursor is placed. |
473+
| ![Uppercase](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-uppercase.png) | Uppercase | Ctrl+U | Turn characters into uppercase on which the cursor is placed. |
474+
| ![Lowercase](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-lowercase.png) | Lowercase | Ctrl+L | Turn characters into lowercase on which the cursor is placed. |
475+
| ![Change Case](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-changeCase.png) | Change Case | | Change case on which the cursor is placed. |
476+
| ![Capitalize](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-capitalize.png) | Capitalize | Ctrl+I | Capitalize the first letter of the selected sentence. |
477+
| ![Goto line](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-gotoLine.png) | Goto Line | Ctrl+G | Place the cursor on the line to move. |
478+
| ![Word wrap](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-wordWrap.png) | Word Wrap | | Toggle/Collapse word wrap. |
479+
| ![Show blank, tab, Return](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-showBlankTabReturn.png) | Show Blanks/Tab characters/Carriage Returns | | Show Blanks/Tab characters/Carriage Returns. |
480+
| ![Toggle folding.](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-toggleFolding.png) | Toggle Folding | | Toggle folding. |
481+
| ![SQL Convert](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-SQLConvert.png) | SQL Convert | | Convert SQL into the following codes: Delphi, VB, C#, ASP, PHP, JSP, Java, C. |
482+
483+
484+
### Format Toolbar
485+
486+
| Button | Instruction | Shortcut Keys | Action |
487+
| --- | --- | --- | --- |
488+
| ![Set Background Color](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-setBackgroundColor.png) | Set Background Color | | Set background color for the selected characters. |
489+
| ![Use Substitution variables](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-useSubstitutionVariable.png) | Use Substitution Variable | | Toggle substitution variable. |
490+
| ![Use bind variables](https://s3.ap-northeast-2.amazonaws.com/sqlgate-resource/captures/executionPlan/icon-sql-editor-useBindVariable.png) | Use Bind Variable | | Toggle bind variable. |
491+

0 commit comments

Comments
 (0)