Code Editor: Default Keyboard Shortcuts

Remember that some commands can be assigned keystrokes at both the Main level and the Code Editor level. This means that some common commands, Remember that some commands can be assigned keystrokes at both the Main such as Cut and Paste, are shown as undefined in the list that follows, even though a keyboard shortcut has been assigned to them at the Main level.

Command Shortcut Key Description
BookmarkClearAll undefined Clear all bookmarks.
BookmarkNext Ctrl+Shift+N Move the cursor to theline containing the next bookmark.
BookmarkPrev Ctrl+Shift+P Move the cursor to theline containing the previous bookmark.
BookmarkToggle Ctrl+T Toggle the display of a bookmark on the current line.
CharBackTab Shift+Tab Move the cursor back one tab stop.
CharLeft Left Arrow Move the cursor one character to the left.
CharLeftExtend Shift+Left Arrow Select the text one character to the left.
CharRight Right Arrow Move the cursor one character to the right.
CharRightExtend Shift+Right Arrow Select the text one character to the right.
CharTab Tab Move the cursor forward one tab stop.
CodeTemplate Ctrl+J Open the code template list box.
CommentBlock Ctrl+Shift+C Apply comment symbols to the selected block of text.
Copy undefined Copy the selected text to the clipboard.
Cut undefined Cut the selected text and move it to the clipboard.
Delete undefined Delete the selected text.
DeleteBack Backspace Delete the selected text, or if no selection, the character to the left of the cursor.
DeleteLine Ctrl+Shift+Z Delete the line on which the cursor is positioned.
DocumentEnd Ctrl+End Move the cursor to the end of the document.
DocumentEndExtend Ctrl+Shift+End Select the text from the current cursor position to the end of the document.
DocumentStart Ctrl+Home Move the cursor to the beginning of the file.
DocumentStartExtend Ctrl+Shift+Home Select the text from the current cursor position to the beginning of the document.
FilePrint undefined Print the document.
FilePrintPreview undefined Display full pages in print preview.
Find Ctrl+F Find the specified text in the active file.
FindNext F3 Find the next occurrence of the specified text in the active file.
FindPrev Shift+F3 Find the previous occurrence of the specified text in the active file.
FindReplace Ctrl+H Find the specified text and replace it with another designated string.
FindScope Ctrl+Shift+V Find the effective range of a selected variable.
GotoLine undefined Move the cursor to the specified line of code.
Home Home Move the cursor to the start of the current line.
HomeExtend Shift+Home Select the text from the current cursor position in a line to the start of that line.
IndentToNext undefined Indent the selected cursor line to match the indentation of the next line.
IndentToPrevious undefined Indent the selected cursor line to match the indentation of the previous line.
InsertFileContent undefined Insert an existing document at the cursor position.
InsertMode Insert Toggle insert mode in the Code Editor.
LineDown Down Arrow Move the cursor down one line.
LineDownExtend Shift+Down Arrow Select the text from the current cursor position down one line.
LineEnd End Move the cursor to the end of the current line.
LineEndExtend Shift+End Select the text from the current cursor position to the end of the line.
LineUp Up Arrow Move the cursor up one line.
LineUpExtend Shift+Up Arrow Select the text from the current cursor position up one line.
NextTabPosition Ctrl+Tab Move the cursor to the next ANSI format area.
NewLine Ctrl+Shift+I Insert a new line above the current cursor line.
OpenCopyFile undefined Open the designated COPY file.
PageDown Page Down Move the cursor down one page.
PageDownExtend Shift+Page Down Select the text from the current cursor position down one page.
PageUp Page Up Move the cursor up one page.
PageUpExtend Shift+Page Up Select the text from the current cursor position up one page.
Paste undefined Paste the selected text from the clipboard to the active file.
PreviousTabPosition Ctrl+Shift+Tab Move the cursor to the previous ANSI format area.
Redo undefined Reverse the most recent undo operation.
ScrollDown Ctrl+Down Scroll the Code Editor window down one line.
ScrollUp Ctrl+Up Scroll the Code Editor window up one line.
SelectAll undefined Select all the text in the active file.
SelectionCapitalize Ctrl+G Capitalize the selected text.
SelectionLowercase Ctrl+U Lowercase the selected text.
SelectionUppercase Ctrl+Shift+U Uppercase the selected text.
SequenceNumber undefined Generate the Sequence Number dialog box.
TransposeSourceFormat undefined Transpose the document display format between ANSI and terminal formats.
UncommentBlock undefined Remove comment symbols from the selected text.
Undo undefined Reverse previous operations.
VerbBlockMatch Ctrl+Shift+M Move to the opposite end of a verb block command statement.
WordBackDelete Ctrl+B Delete the word to the left of the current cursor position.
WordLeft Ctrl+Left Move the cursor back one word.
WordLeftExtend Ctrl+Shift+Left Select the text from the current cursor position back one word.
WordDelete Ctrl+D Delete the work to the right of the current cursor position.
WordRight Ctrl+Right Move the cursor forward one word.
WordRightExtend Ctrl+Shift+Right Select the text from the current cursor position forward one word.