Keyboard Shortcuts
The Editor supports the following keyboard short cuts:
| 
    Key  | 
  
    Action  | 
 
| 
    | 
 |
| 
    Editing Actions  | 
 |
| 
    Delete  | 
  
    Deletes the current Selection  | 
 
| 
    Ctrl+Delete  | 
  
    Deletes the current Line  | 
 
| 
    Ctrl+C  | 
  
    Copies current selection to the clipboard  | 
 
| 
    Ctrl+E  | 
  
    Exports current selection to clipboard as HTML retaining formatting  | 
 
| 
    Ctrl+X  | 
  
    Cuts the current selection to the clipboard  | 
 
| 
    Ctrl+V  | 
  
    Pastes the clipboard to the current cursor position  | 
 
| 
    Ctrl+Z  | 
  
    Undo last action  | 
 
| 
    Shift+Ctrl+Z  | 
  
    Redo last action  | 
 
| 
    Tab*  | 
  
    Indents selected lines by one tab Inserts spaces at the current cursor position up to the next multiple of the tab width  | 
 
| 
    Shift+Tab*  | 
  
    Out-dents selected lines by one tab Backspaces the cursor by a tab width  | 
 
| 
    Ctlr+/  | 
  
    Toggles comment state of selected lines.  | 
 
| 
    | 
 |
| 
    Document Navigation and Selection Actions  | 
 |
| 
    Home  | 
  
    Moves Cursor to the start of the line  | 
 
| 
    Ctrl+Home  | 
  
    Moves Cursor to Top of the document  | 
 
| 
    End  | 
  
    Moves cursor to the end of the line  | 
 
| 
    Ctrl+End  | 
  
    Moves cursor to the end of the document  | 
 
| 
    Left Arrow  | 
  
    Moves cursor one character to the left  | 
 
| 
    Right Arrow  | 
  
    Moves cursor one character to the right  | 
 
| 
    Ctrl+Right  | 
  
    Moves cursor one word to the right  | 
 
| 
    Ctrl+Left  | 
  
    Moves cursor one word to the left  | 
 
| 
    Shift+Right  | 
  
    Selects the next character right  | 
 
| 
    Shift+Left  | 
  
    Selects the next character to the right  | 
 
| 
    Shift+Ctrl+Right  | 
  
    Selects next word to the right  | 
 
| 
    Shift+Ctrl+Left  | 
  
    Selects next word to the left  | 
 
| 
    Up Arrow  | 
  
    Moves to the line above  | 
 
| 
    Down Arrow  | 
  
    Moves to the line below  | 
 
| 
    Ctrl+Up  | 
  
    Scrolls document 1 line up  | 
 
| 
    Ctrl+Down  | 
  
    Scrolls document 1 line down  | 
 
| 
    Shift+Up  | 
  
    Selects the line above  | 
 
| 
    Shift+Down  | 
  
    Selects the line below  | 
 
| 
    Ctrl+G  | 
  
    Go To Line number  | 
 
| 
    | 
  
    | 
 
| 
    Search and Search Replace Actions  | 
 |
| 
    Ctrl+F  | 
  
    Presents the Search dialog. If text is selected at the time it will be placed in the text to find drop down  | 
 
| 
    Ctrl+R  | 
  
    Presents the Search and Replace dialog  | 
 
| 
    F3  | 
  
    Steps through to the next search result in the editor.  | 
 
| 
    | 
  
    | 
 
* Tab behaviour will depend on the tab settings in Options, see Options, General.